diff options
author | Martin Kiewitz | 2016-02-09 02:29:52 +0100 |
---|---|---|
committer | Martin Kiewitz | 2016-02-09 02:29:52 +0100 |
commit | 37efc33e3a9fb08156f818cc64e31a555c791cc2 (patch) | |
tree | 622c3846341942bcffa824cac9136e00995c5eae /engines | |
parent | 1948dce9a56dcea78d2bcec70040e1f0efe910a5 (diff) | |
download | scummvm-rg350-37efc33e3a9fb08156f818cc64e31a555c791cc2.tar.gz scummvm-rg350-37efc33e3a9fb08156f818cc64e31a555c791cc2.tar.bz2 scummvm-rg350-37efc33e3a9fb08156f818cc64e31a555c791cc2.zip |
SCI: Enable undither option for PQ2/PC-98
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 25623215ed..37b3ee7822 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2875,6 +2875,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, // Police Quest 2 - Japanese PC-98 (also includes english language) + // Executable scanning reports "x.yyy.zzz" // SCI interpreter version unknown {"pq2", "", { {"resource.map", 0, "883804c616dca1d82373bf9fda3a71d2", 4656}, @@ -2882,7 +2883,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.002", 0, "05fdee43a228dd6ea4d1a92ccae3f788", 637662}, {"resource.003", 0, "05fdee43a228dd6ea4d1a92ccae3f788", 684395}, AD_LISTEND}, - Common::JA_JPN, Common::kPlatformPC98, ADGF_ADDENGLISH, GUIO5(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + Common::JA_JPN, Common::kPlatformPC98, ADGF_ADDENGLISH, GUIO6(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, // Police Quest 3 - English Amiga // Executable scanning reports "1.004.024" |