diff options
author | Sven Hesse | 2013-04-08 11:05:50 +0200 |
---|---|---|
committer | Sven Hesse | 2013-04-08 11:05:50 +0200 |
commit | 3e1622d68a9a9f16364e4a2637ce1a9f1d1e64e4 (patch) | |
tree | 18c69df49a6c72a563bfdc33cfe9e9f3b91ce4c9 /engines/gob/detection | |
parent | 5516357a8e64a2a3d9adf20dabcd8fd5b901bfbe (diff) | |
download | scummvm-rg350-3e1622d68a9a9f16364e4a2637ce1a9f1d1e64e4.tar.gz scummvm-rg350-3e1622d68a9a9f16364e4a2637ce1a9f1d1e64e4.tar.bz2 scummvm-rg350-3e1622d68a9a9f16364e4a2637ce1a9f1d1e64e4.zip |
GOB: Add another Spanish DOS version of Geisha
As supplied by alestedx in bug report #3610207
Diffstat (limited to 'engines/gob/detection')
-rw-r--r-- | engines/gob/detection/tables_geisha.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/gob/detection/tables_geisha.h b/engines/gob/detection/tables_geisha.h index a32d1ebf81..2c9a8842d0 100644 --- a/engines/gob/detection/tables_geisha.h +++ b/engines/gob/detection/tables_geisha.h @@ -97,6 +97,20 @@ kFeaturesEGA | kFeaturesAdLib, "disk1.stk", "intro.tot", 0 }, +{ // Supplied by alestedx in bug report #3610207 + { + "geisha", + "", + AD_ENTRY1s("disk1.stk", "49107ac897e7c00af6c4ecd78a74a710", 212164), + ES_ESP, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) + }, + kGameTypeGeisha, + kFeaturesEGA | kFeaturesAdLib, + "disk1.stk", "intro.tot", 0 +}, { { "geisha", |