diff options
author | Sven Hesse | 2012-07-04 00:26:37 +0200 |
---|---|---|
committer | Sven Hesse | 2012-07-04 00:26:37 +0200 |
commit | 1657b173cc58cea02d99f27abff5e336c52c6d0f (patch) | |
tree | ef6a9a53891f002d0c11a8cfef57ca4d47d532a5 | |
parent | 8884d7735c652de035f83889ef62ac4177a05996 (diff) | |
download | scummvm-rg350-1657b173cc58cea02d99f27abff5e336c52c6d0f.tar.gz scummvm-rg350-1657b173cc58cea02d99f27abff5e336c52c6d0f.tar.bz2 scummvm-rg350-1657b173cc58cea02d99f27abff5e336c52c6d0f.zip |
GOB: Add a French DOS version of Geisha
As supplied by misterhands in bug report #3539797.
-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 83aa543668..d05659d9e5 100644 --- a/engines/gob/detection/tables_geisha.h +++ b/engines/gob/detection/tables_geisha.h @@ -55,6 +55,20 @@ kFeaturesEGA | kFeaturesAdLib, "disk1.stk", "intro.tot", 0 }, +{ // Supplied by misterhands in bug report #3539797 + { + "geisha", + "", + AD_ENTRY1s("disk1.stk", "0c4c16090921664f50baefdfd24d7f5d", 211889), + FR_FRA, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) + }, + kGameTypeGeisha, + kFeaturesEGA | kFeaturesAdLib, + "disk1.stk", "intro.tot", 0 +}, { { "geisha", |