diff options
author | Einar Johan Trøan Sømåen | 2014-01-11 11:37:21 +0100 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2014-01-11 11:37:21 +0100 |
commit | 7d2dc87df0324f5556a0647161053fa3e0122710 (patch) | |
tree | 7c88d82b6cef453a3aa40a7273651bec4e5e696d | |
parent | b19ac169e12c103f91b43ce75d2b6e0deb3b0f28 (diff) | |
download | scummvm-rg350-7d2dc87df0324f5556a0647161053fa3e0122710.tar.gz scummvm-rg350-7d2dc87df0324f5556a0647161053fa3e0122710.tar.bz2 scummvm-rg350-7d2dc87df0324f5556a0647161053fa3e0122710.zip |
WINTERMUTE: Add detection for french, italian, spanish and czech versions of Dirty Split.
-rw-r--r-- | engines/wintermute/detection_tables.h | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 24f85239c1..4d9355bd09 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -282,6 +282,19 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // Dirty Split (Czech) + { + "dirtysplit", + "", + { + {"czech.dcp", 0, "08a71446467cf8f9444cfea446b46ad6", 127697934}, + {"data.dcp", 0, "8b4b81b718bf65f30a67fc0b1e329eb5", 88577623}, + }, + Common::CZ_CZE, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, // Dirty Split (English) { "dirtysplit", @@ -292,6 +305,20 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // Dirty Split (French) + { + "dirtysplit", + "", + { + {"french.dcp", 0, "a0508dedebd0fe478d0158fa4c2a1136", 125534323}, + {"data.dcp", 0, "e6d70c7f5d181b761cfcf974adf9186a", 88577623}, + AD_LISTEND + }, + Common::FR_FRA, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, // Dirty Split (German) { "dirtysplit", @@ -302,6 +329,32 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // Dirty Split (Italian) + { + "dirtysplit", + "", + { + {"italian.dcp", 0, "8108807fbd8af70be1ec452d0fd1131b", 125513726}, + {"data.dcp", 0, "35a150e22af274185883fdbb142c6fb1", 88577623}, + }, + Common::IT_ITA, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // Dirty Split (Spanish) + { + "dirtysplit", + "", + { + {"spanish.dcp", 0, "b3982c0a5e85b42e1e38240fef004aa4", 164428596}, + {"data.dcp", 0, "63766d6c68b9f00b632ea1736fc8a95c", 88577621}, + }, + Common::ES_ESP, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, // Des Reves Elastiques Avec Mille Insectes Nommes Georges { "dreaming", |