Skip to content

Commit

Permalink
SCI32: Add KQ7 1.51 FR detection entry
Browse files Browse the repository at this point in the history
Fixes Trac#10301.
  • Loading branch information
csnover committed Nov 20, 2017
1 parent d34a974 commit 511ff64
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions engines/sci/detection_tables.h
Expand Up @@ -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", "", {
Expand Down

0 comments on commit 511ff64

Please sign in to comment.