diff options
-rw-r--r-- | engines/wintermute/detection.cpp | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp index 5748da955e..246ca4be64 100644 --- a/engines/wintermute/detection.cpp +++ b/engines/wintermute/detection.cpp @@ -50,6 +50,24 @@ static const PlainGameDescriptor wintermuteGames[] = { static const ADGameDescription gameDescriptions[] = { { + "5ld", + "", + AD_ENTRY1s("data.dcp", "1037a77cbd001e0644898addc022322c", 15407750), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + { + "5ma", + "", + AD_ENTRY1s("data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + { "actualdest", "", AD_ENTRY1s("data.dcp", "6926f44b26f21ceb1d840eaab9aeb510", 9081740), @@ -86,15 +104,6 @@ static const ADGameDescription gameDescriptions[] = { GUIO0() }, { - "5ma", - "", - AD_ENTRY1s("data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498), - Common::EN_ANY, - Common::kPlatformWindows, - ADGF_UNSTABLE, - GUIO0() - }, - { "ghostsheet", "Demo", AD_ENTRY1s("data.dcp", "dc1f6595f412ac25a52eaf47dad4ab81", 169083), @@ -105,24 +114,6 @@ static const ADGameDescription gameDescriptions[] = { GUIO0() }, { - "mirage", - "", - AD_ENTRY1s("data.dcp", "d230b0b99c0aa77b9ecd094d8ee5573b", 17844056), - Common::EN_ANY, - Common::kPlatformWindows, - ADGF_UNSTABLE, - GUIO0() - }, - { - "rosemary", - "", - AD_ENTRY1s("data.dcp", "4f2631138bd4d27587d9043f8aeff3df", 29483643), - Common::EN_ANY, - Common::kPlatformWindows, - ADGF_UNSTABLE, - GUIO0() - }, - { "julia", "", AD_ENTRY1s("data.dcp", "c2264b4f8fcd132d2913ff5b6076a24f", 10109741), @@ -142,9 +133,9 @@ static const ADGameDescription gameDescriptions[] = { GUIO0() }, { - "5ld", + "mirage", "", - AD_ENTRY1s("data.dcp", "1037a77cbd001e0644898addc022322c", 15407750), + AD_ENTRY1s("data.dcp", "d230b0b99c0aa77b9ecd094d8ee5573b", 17844056), Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE, @@ -160,6 +151,15 @@ static const ADGameDescription gameDescriptions[] = { GUIO0() }, { + "rosemary", + "", + AD_ENTRY1s("data.dcp", "4f2631138bd4d27587d9043f8aeff3df", 29483643), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + { "twc", "", AD_ENTRY1s("data.dcp", "0011d01142547c61e51ba24dc42b579e", 186451273), |