diff options
author | Colin Snover | 2017-05-06 18:51:38 -0500 |
---|---|---|
committer | Colin Snover | 2017-05-06 20:58:06 -0500 |
commit | 8e933b79ec0be71a2bc5d1fe1c17f06d4ad862a7 (patch) | |
tree | bf7af961409341d3b3ab4c79c5915bd3c56d7003 | |
parent | 57dd79d4dcb977f9803c8c4d8fe6c19eaac35d90 (diff) | |
download | scummvm-rg350-8e933b79ec0be71a2bc5d1fe1c17f06d4ad862a7.tar.gz scummvm-rg350-8e933b79ec0be71a2bc5d1fe1c17f06d4ad862a7.tar.bz2 scummvm-rg350-8e933b79ec0be71a2bc5d1fe1c17f06d4ad862a7.zip |
SCI32: Add Spanish Windows KQ7 to detection table
(The DOS version was already listed.)
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 536a41dba6..de03a0e803 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1931,6 +1931,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::ES_ESP, Common::kPlatformDOS, ADGF_TESTING | ADGF_CD, GUIO_KQ7 }, + // King's Quest 7 - Spanish Windows (from jvprat) + // Executable scanning reports "2.100.002", VERSION file reports "2.00" + {"kq7", "", { + {"resource.map", 0, "0b62693cbe87e3aaca3e8655a437f27f", 18709}, + {"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100}, + AD_LISTEND}, + Common::ES_ESP, Common::kPlatformWindows, ADGF_TESTING | ADGF_CD, GUIO_KQ7 }, + // King's Quest 7 - English DOS Non-Interactive Demo // SCI interpreter version 2.100.002 {"kq7", "Demo", { |