diff options
author | Fabio Battaglia | 2012-03-01 18:43:41 +0100 |
---|---|---|
committer | Fabio Battaglia | 2012-03-01 18:43:41 +0100 |
commit | b918149e6bd66b7e2a1225f2a411966840bad4b6 (patch) | |
tree | ab5fb209b206fb4f486a289226d9e8a0e38e623e /engines/gob | |
parent | aad85d957c86ec77f7974e983dbbdb40a4aa4f4c (diff) | |
download | scummvm-rg350-b918149e6bd66b7e2a1225f2a411966840bad4b6.tar.gz scummvm-rg350-b918149e6bd66b7e2a1225f2a411966840bad4b6.tar.bz2 scummvm-rg350-b918149e6bd66b7e2a1225f2a411966840bad4b6.zip |
GOB: Add detection entry for Italian playtoons2
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection_tables.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index a88ddcc734..5c6e919e12 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -4057,6 +4057,24 @@ static const GOBGameDescription gameDescriptions[] = { kFeatures640x480, "intro2.stk", 0, 0 }, + { // Supplied by Hkz + { + "playtoons2", + "", + { + {"playtoon.stk", 0, "2572685400852d12759a2fbf09ec88eb", 9698780}, + {"spirou.stk", 0, "d3cfeff920b6343a2ece55088f530dba", 7076608}, + {0, 0, 0, 0} + }, + IT_ITA, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT) + }, + kGameTypePlaytoons, + kFeatures640x480, + "intro2.stk", 0, 0 + }, { // Supplied by scoriae in the forums { "playtoons2", |