aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/detection_tables.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-08-13 04:59:17 +0200
committerEinar Johan Trøan Sømåen2012-08-13 04:59:17 +0200
commitc96ccaa1c3e130be9185b67dabaecb538924ad96 (patch)
tree19c1431bb0c3444489caa3c9f8f38e04320ff718 /engines/wintermute/detection_tables.h
parent589094e63a6c2a093cbca148800ef279d2a0b89d (diff)
downloadscummvm-rg350-c96ccaa1c3e130be9185b67dabaecb538924ad96.tar.gz
scummvm-rg350-c96ccaa1c3e130be9185b67dabaecb538924ad96.tar.bz2
scummvm-rg350-c96ccaa1c3e130be9185b67dabaecb538924ad96.zip
WINTERMUTE: Add detection for Italian, English and Russian Dead City.
Diffstat (limited to 'engines/wintermute/detection_tables.h')
-rw-r--r--engines/wintermute/detection_tables.h36
1 files changed, 34 insertions, 2 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 2e7def0d77..4f8a962591 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -84,16 +84,48 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO0()
},
- // Dead City
+ // Dead City (English)
{
"deadcity",
"",
- AD_ENTRY1s("data.dcp", "7ebfd50d1a22370ed7b079bcaa631d62", 9070205),
+ {
+ {"english.dcp", 0, "c591046d6de7e381d76f70e0787b2b1f", 415935},
+ {"data.dcp", 0, "7ebfd50d1a22370ed7b079bcaa631d62", 9070205},
+ AD_LISTEND
+ },
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE,
GUIO0()
},
+ // Dead City (Italian)
+ {
+ "deadcity",
+ "",
+ {
+ {"italian.dcp", 0, "92d8efb94436bec7bd1b7fe0b548192e", 454037},
+ {"data.dcp", 0, "7ebfd50d1a22370ed7b079bcaa631d62", 9070205},
+ AD_LISTEND
+ },
+ Common::IT_ITA,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
+ // Dead City (Russian)
+ {
+ "deadcity",
+ "",
+ {
+ {"russian.dcp", 0, "a0ae71e9e1185596fffb07ad2c951eb9", 653317},
+ {"data.dcp", 0, "7ebfd50d1a22370ed7b079bcaa631d62", 9070205},
+ AD_LISTEND
+ },
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
// Dirty Split (English)
{
"dirtysplit",