diff options
author | Fabio Battaglia | 2009-04-19 13:52:05 +0000 |
---|---|---|
committer | Fabio Battaglia | 2009-04-19 13:52:05 +0000 |
commit | 199ca291ee8936f978d13f79ac20f89cb9ae13bd (patch) | |
tree | 88658b42f521c0f513b91c9d3a398c7ce31d2cf2 /engines/tinsel | |
parent | b238d0de008a114cacc7fe1ae0f79df1ff475062 (diff) | |
download | scummvm-rg350-199ca291ee8936f978d13f79ac20f89cb9ae13bd.tar.gz scummvm-rg350-199ca291ee8936f978d13f79ac20f89cb9ae13bd.tar.bz2 scummvm-rg350-199ca291ee8936f978d13f79ac20f89cb9ae13bd.zip |
tinsel: adding (disabled) detector entry for Discworld 1 PSX UK version
svn-id: r40021
Diffstat (limited to 'engines/tinsel')
-rw-r--r-- | engines/tinsel/detection.cpp | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp index a0f2c06420..c9f21aede7 100644 --- a/engines/tinsel/detection.cpp +++ b/engines/tinsel/detection.cpp @@ -263,6 +263,30 @@ static const TinselGameDescription gameDescriptions[] = { GF_CD | GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT, TINSEL_V1, }, +#if 0 + { // UK multilanguage PSX CD + { + "dw", + "CD", + { + {"dw.scn", 0, "bb78992e3c1cb088e30cc00ad18fc1d7", 339768}, + {"english.smp", 0, NULL, -1}, + {"french.txt", 0, NULL, -1}, + {"german.txt", 0, NULL, -1}, + {"italian.txt", 0, NULL, -1}, + {"spanish.txt", 0, NULL, -1}, + {NULL, 0, NULL, 0} + }, + Common::EN_ANY, + Common::kPlatformPSX, + ADGF_NO_FLAGS + }, + GID_DW1, + 0, + GF_CD | GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT, + TINSEL_V1, + }, +#endif #if 0 { // English Saturn CD @@ -280,7 +304,7 @@ static const TinselGameDescription gameDescriptions[] = { }, GID_DW1, 0, - GF_CD | GC_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT, + GF_CD | GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT, TINSEL_V1, }, #endif |