diff options
author | Fabio Battaglia | 2009-05-25 06:19:37 +0000 |
---|---|---|
committer | Fabio Battaglia | 2009-05-25 06:19:37 +0000 |
commit | 652bc72ed3753632a8fc76f7d6451a813d690e8a (patch) | |
tree | 32fbb91b27b26a3e8dac3de61147c8769985fb52 /engines | |
parent | 910f43ffd883eed0dfa2d08deb3e7503675672ac (diff) | |
download | scummvm-rg350-652bc72ed3753632a8fc76f7d6451a813d690e8a.tar.gz scummvm-rg350-652bc72ed3753632a8fc76f7d6451a813d690e8a.tar.bz2 scummvm-rg350-652bc72ed3753632a8fc76f7d6451a813d690e8a.zip |
tinsel: add entry in detector for Discworld PSX demo
svn-id: r40877
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tinsel/detection.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp index cbe6a77e4f..cbc96f09d4 100644 --- a/engines/tinsel/detection.cpp +++ b/engines/tinsel/detection.cpp @@ -307,6 +307,29 @@ static const TinselGameDescription gameDescriptions[] = { TINSEL_V1, }, + { // multilanguage PSX demo + { + "dw", + "CD demo", + { + {"dw.scn", 0, "6247d8cd742fd0c56534e8eb71552a8b", 339784}, + {"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_DEMO + }, + GID_DW1, + 0, + GF_CD | GF_SCNFILES, + TINSEL_V1, + }, + #if 0 { // English Saturn CD { |