diff options
author | Einar Johan Trøan Sømåen | 2012-07-18 17:57:05 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-07-18 17:57:05 +0200 |
commit | 23c9bff22637c5bb1e3c3caf93adab7088a2e711 (patch) | |
tree | 8861f96f30d4f8e76d941567aa7effe3f86152cc | |
parent | 88e2285149650f5c0e485bcd14e5c7994b47fcc6 (diff) | |
download | scummvm-rg350-23c9bff22637c5bb1e3c3caf93adab7088a2e711.tar.gz scummvm-rg350-23c9bff22637c5bb1e3c3caf93adab7088a2e711.tar.bz2 scummvm-rg350-23c9bff22637c5bb1e3c3caf93adab7088a2e711.zip |
WINTERMUTE: Add detection for Reversion, Dead City and East Side Story (demo)
-rw-r--r-- | engines/wintermute/detection.cpp | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp index 5a6b696d0d..ef28fedd2b 100644 --- a/engines/wintermute/detection.cpp +++ b/engines/wintermute/detection.cpp @@ -37,12 +37,15 @@ static const PlainGameDescriptor wintermuteGames[] = { {"5ma", "Five Magical Amulets"}, {"actualdest", "Actual Destination"}, {"chivalry", "Chivalry is Not Dead"}, + {"deadcity", "Dead City"}, {"dirtysplit", "Dirty Split"}, + {"eastside", "East Side Story"}, {"ghostsheet", "Ghost in the Sheet"}, {"hamlet", "Hamlet or the last game without MMORPS features, shaders and product placement"}, {"julia", "J.U.L.I.A."}, {"mirage", "Mirage"}, {"pigeons", "Pigeons in the Park"}, + {"reversion", "Reversion"}, {"rosemary", "Rosemary"}, {"thebox", "The Box"}, {"twc", "the white chamber"}, @@ -88,6 +91,15 @@ static const ADGameDescription gameDescriptions[] = { GUIO0() }, { + "deadcity", + "", + AD_ENTRY1s("data.dcp", "7ebfd50d1a22370ed7b079bcaa631d62", 9070205), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + { "dirtysplit", "", AD_ENTRY1s("data.dcp", "8f3dae199361ece0f59fb20cfff6eed3", 88577621), @@ -106,6 +118,16 @@ static const ADGameDescription gameDescriptions[] = { GUIO0() }, { + "eastside", + "Demo", + AD_ENTRY1s("data.dcp", "b3f8b09bb4b05ee3e9d14697525257f9", 59296246), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_DEMO, + GUIO0() + }, + { "ghostsheet", "Demo", AD_ENTRY1s("data.dcp", "dc1f6595f412ac25a52eaf47dad4ab81", 169083), @@ -162,6 +184,15 @@ static const ADGameDescription gameDescriptions[] = { GUIO0() }, { + "reversion", + "", + AD_ENTRY1s("data.dcp", "cd616f98ebfd047e0c540b50b4b70761", 254384531), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + { "rosemary", "", AD_ENTRY1s("data.dcp", "4f2631138bd4d27587d9043f8aeff3df", 29483643), |