From 701def717fcdea5e4b1e5b00928b54a1153b5f41 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Wed, 18 Jul 2012 16:28:16 +0200 Subject: WINTERMUTE: Add detection for Actual Destination, Mirage and Ghost in the Sheet-demo --- engines/wintermute/detection.cpp | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'engines/wintermute') diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp index 8b67245291..5748da955e 100644 --- a/engines/wintermute/detection.cpp +++ b/engines/wintermute/detection.cpp @@ -35,9 +35,12 @@ namespace WinterMute { static const PlainGameDescriptor wintermuteGames[] = { {"5ld", "Five Lethal Demons"}, {"5ma", "Five Magical Amulets"}, + {"actualdest", "Actual Destination"}, {"chivalry", "Chivalry is Not Dead"}, {"dirtysplit", "Dirty Split"}, + {"ghostsheet", "Ghost in the Sheet"}, {"julia", "J.U.L.I.A."}, + {"mirage", "Mirage"}, {"pigeons", "Pigeons in the Park"}, {"rosemary", "Rosemary"}, {"twc", "the white chamber"}, @@ -46,6 +49,15 @@ static const PlainGameDescriptor wintermuteGames[] = { }; static const ADGameDescription gameDescriptions[] = { + { + "actualdest", + "", + AD_ENTRY1s("data.dcp", "6926f44b26f21ceb1d840eaab9aeb510", 9081740), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, { "chivalry", "", @@ -82,6 +94,25 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + { + "ghostsheet", + "Demo", + AD_ENTRY1s("data.dcp", "dc1f6595f412ac25a52eaf47dad4ab81", 169083), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_DEMO, + GUIO0() + }, + { + "mirage", + "", + AD_ENTRY1s("data.dcp", "d230b0b99c0aa77b9ecd094d8ee5573b", 17844056), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, { "rosemary", "", -- cgit v1.2.3