From 511ff64c3998e1195f5246820708782347a037a4 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 19 Nov 2017 22:04:31 -0600 Subject: SCI32: Add KQ7 1.51 FR detection entry Fixes Trac#10301. --- engines/sci/detection_tables.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'engines/sci/detection_tables.h') 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", "", { -- cgit v1.2.3