diff options
author | Sven Hesse | 2012-08-05 10:43:41 +0200 |
---|---|---|
committer | Sven Hesse | 2012-08-05 10:43:41 +0200 |
commit | ef8e15255d2415add42d4463e1672ea215f4ab80 (patch) | |
tree | 576ac95817e99fb6bce64dc0df263636e28c9164 /engines/gob | |
parent | de752a53361e67ddc3a84e61007db2a3049e3550 (diff) | |
download | scummvm-rg350-ef8e15255d2415add42d4463e1672ea215f4ab80.tar.gz scummvm-rg350-ef8e15255d2415add42d4463e1672ea215f4ab80.tar.bz2 scummvm-rg350-ef8e15255d2415add42d4463e1672ea215f4ab80.zip |
GOB: Add a Spanish/Italian DOS version of Geisha
As supplied by einstein95 in bug report #3544449.
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection/tables_geisha.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/engines/gob/detection/tables_geisha.h b/engines/gob/detection/tables_geisha.h index d05659d9e5..a32d1ebf81 100644 --- a/engines/gob/detection/tables_geisha.h +++ b/engines/gob/detection/tables_geisha.h @@ -69,6 +69,34 @@ kFeaturesEGA | kFeaturesAdLib, "disk1.stk", "intro.tot", 0 }, +{ // Supplied by einstein95 in bug report #3544449 + { + "geisha", + "", + AD_ENTRY1s("disk1.stk", "49107ac897e7c00af6c4ecd78a74a710", 212169), + ES_ESP, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) + }, + kGameTypeGeisha, + kFeaturesEGA | kFeaturesAdLib, + "disk1.stk", "intro.tot", 0 +}, +{ // Supplied by einstein95 in bug report #3544449 + { + "geisha", + "", + AD_ENTRY1s("disk1.stk", "49107ac897e7c00af6c4ecd78a74a710", 212169), + IT_ITA, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) + }, + kGameTypeGeisha, + kFeaturesEGA | kFeaturesAdLib, + "disk1.stk", "intro.tot", 0 +}, { { "geisha", |