diff options
author | Colin Snover | 2017-11-19 22:04:31 -0600 |
---|---|---|
committer | Colin Snover | 2017-11-19 22:07:57 -0600 |
commit | 511ff64c3998e1195f5246820708782347a037a4 (patch) | |
tree | e8a548033fb26aec2921040f76fec02081147a69 /engines | |
parent | d34a97451f9fdd65b99f8d76b5374df1493abaa0 (diff) | |
download | scummvm-rg350-511ff64c3998e1195f5246820708782347a037a4.tar.gz scummvm-rg350-511ff64c3998e1195f5246820708782347a037a4.tar.bz2 scummvm-rg350-511ff64c3998e1195f5246820708782347a037a4.zip |
SCI32: Add KQ7 1.51 FR detection entry
Fixes Trac#10301.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 9d55f02345..5a5d3bc0d9 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1885,6 +1885,15 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::DE_DEU, Common::kPlatformWindows, ADGF_TESTING, GUIO_KQ7 }, + // King's Quest 7 - French Windows (from gatesbillou) + // VERSION 1.51 + {"kq7", "", { + {"resource.aud", 0, "d8b89ef2f7248c63d5810f2e49fb7255", 205546166}, + {"resource.000", 0, "eb63ea3a2c2469dc2d777d351c626404", 206626576}, + {"resource.map", 0, "838b9ff132bd6962026fee832e8a7ddb", 18697}, + AD_LISTEND}, + Common::FR_FRA, Common::kPlatformWindows, ADGF_TESTING, GUIO_KQ7 }, + // King's Quest 7 - French Windows (from bgK) // VERSION 1.65c {"kq7", "", { |