diff options
author | Arnaud Boutonné | 2010-08-22 19:54:12 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-08-22 19:54:12 +0000 |
commit | 4109b40d88991a77e78ae2e6181fdb551f18d19c (patch) | |
tree | 91ecdc19bb7f4236dfe5c3c3795cfec47166bc81 | |
parent | 083faee7c1d4b3cfc82bd271a96827f9102c913a (diff) | |
download | scummvm-rg350-4109b40d88991a77e78ae2e6181fdb551f18d19c.tar.gz scummvm-rg350-4109b40d88991a77e78ae2e6181fdb551f18d19c.tar.bz2 scummvm-rg350-4109b40d88991a77e78ae2e6181fdb551f18d19c.zip |
GOB - Add detection for all the languages on Fascination CD
Add detection for Spanish, Italian, German and French
svn-id: r52286
-rw-r--r-- | engines/gob/detection_tables.h | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index 20edb9fbc3..ed8535717c 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -2237,6 +2237,62 @@ static const GOBGameDescription gameDescriptions[] = { { { "fascination", + "CD Version (Censored)", + AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953), + FR_FRA, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES + }, + kGameTypeFascination, + kFeaturesCD, + "disk0.stk", 0, 0 + }, + { + { + "fascination", + "CD Version (Censored)", + AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953), + DE_DEU, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES + }, + kGameTypeFascination, + kFeaturesCD, + "disk0.stk", 0, 0 + }, + { + { + "fascination", + "CD Version (Censored)", + AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953), + IT_ITA, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES + }, + kGameTypeFascination, + kFeaturesCD, + "disk0.stk", 0, 0 + }, + { + { + "fascination", + "CD Version (Censored)", + AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953), + ES_ESP, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES + }, + kGameTypeFascination, + kFeaturesCD, + "disk0.stk", 0, 0 + }, + { + { + "fascination", "VGA 3 disks edition", AD_ENTRY1s("disk0.stk", "a50a8495e1b2d67699fb562cb98fc3e2", 1064387), UNK_LANG, |