diff options
author | Johannes Schickel | 2016-03-20 00:37:02 +0100 |
---|---|---|
committer | Johannes Schickel | 2016-03-20 00:59:06 +0100 |
commit | 89b60fbbbf3cb5c07f6a9d8df93ed5e1d4cbf0fc (patch) | |
tree | bb15283d1bbebc90ff1b2e9b0bc67e2473f42a30 /engines/sci | |
parent | fc8875b5962c9e187d9497f8fbb5b97f27e9d32a (diff) | |
download | scummvm-rg350-89b60fbbbf3cb5c07f6a9d8df93ed5e1d4cbf0fc.tar.gz scummvm-rg350-89b60fbbbf3cb5c07f6a9d8df93ed5e1d4cbf0fc.tar.bz2 scummvm-rg350-89b60fbbbf3cb5c07f6a9d8df93ed5e1d4cbf0fc.zip |
SCI32: Mark KQ7 1.51 Windows only detection entries actually as Windows.
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index db06693b57..968eb784b1 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1666,7 +1666,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.000", 0, "eb63ea3a2c2469dc2d777d351c626404", 206626576}, {"resource.aud", 0, "c2a988a16053eb98c7b73a75139902a0", 217716879}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformDOS, ADGF_UNSTABLE | ADGF_CD, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE | ADGF_CD, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, // King's Quest 7 - German Windows-interpreter-only (supplied by markcoolio in bug report #2727402) // SCI interpreter version 2.100.002, VERSION file reports "1.51" @@ -1676,7 +1676,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.000", 0, "eb63ea3a2c2469dc2d777d351c626404", 206626576}, {"resource.aud", 0, "3f17bcaf8a9ff6a6c2d4de1a2078fdcc", 258119621}, AD_LISTEND}, - Common::DE_DEU, Common::kPlatformDOS, ADGF_UNSTABLE | ADGF_CD, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + Common::DE_DEU, Common::kPlatformWindows, ADGF_UNSTABLE | ADGF_CD, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, // King's Quest 7 - English Windows (from abevi) // VERSION 1.65c |