diff options
author | Matthew Hoops | 2010-01-29 15:07:20 +0000 |
---|---|---|
committer | Matthew Hoops | 2010-01-29 15:07:20 +0000 |
commit | f7a72c897a9657320ccd6a32873b364f77412e98 (patch) | |
tree | 40eacf40d59a92cff9b4b7d1f2d9e08159e5ab78 /engines/sci | |
parent | b374478cd0b85a05db7a52d9ce9e50a5fcc2c82f (diff) | |
download | scummvm-rg350-f7a72c897a9657320ccd6a32873b364f77412e98.tar.gz scummvm-rg350-f7a72c897a9657320ccd6a32873b364f77412e98.tar.bz2 scummvm-rg350-f7a72c897a9657320ccd6a32873b364f77412e98.zip |
Add duplicate entries of GK1 CD with the Windows platform set so that setting the platform to Windows won't appear as a missing entry.
svn-id: r47670
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection_tables.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index ba5b4100eb..ed9d815f1f 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -586,6 +586,30 @@ static const struct ADGameDescription SciGameDescriptions[] = { {NULL, 0, NULL, 0}}, Common::ES_ESP, Common::kPlatformPC, 0, GUIO_NONE }, + // Gabriel Knight - English Windows CD (from jvprat) + // Executable scanning reports "2.000.000", VERSION file reports "01.100.000" + {"gk1", "CD", { + {"resource.map", 0, "372d059f75856afa6d73dd84cbb8913d", 10996}, + {"resource.000", 0, "69b7516962510f780d38519cc15fcc7c", 12581736}, + {NULL, 0, NULL, 0}}, + Common::EN_ANY, Common::kPlatformWindows, 0, GUIO_NONE }, + + // Gabriel Knight - German Windows CD (from Tobis87) + // SCI interpreter version 2.000.000 + {"gk1", "CD", { + {"resource.map", 0, "a7d3e55114c65647310373cb390815ba", 11392}, + {"resource.000", 0, "091cf08910780feabc56f8551b09cb36", 13400497}, + {NULL, 0, NULL, 0}}, + Common::DE_DEU, Common::kPlatformWindows, 0, GUIO_NONE }, + + // Gabriel Knight - Spanish Windows CD (from jvprat) + // Executable scanning reports "2.000.000", VERSION file reports "1.000.000, April 13, 1995" + {"gk1", "CD", { + {"resource.map", 0, "7cb6e9bba15b544ec7a635c45bde9953", 11404}, + {"resource.000", 0, "091cf08910780feabc56f8551b09cb36", 13381599}, + {NULL, 0, NULL, 0}}, + Common::ES_ESP, Common::kPlatformWindows, 0, GUIO_NONE }, + // Gabriel Knight 2 - English Windows Non-Interactive Demo // Executable scanning reports "2.100.002" {"gk2", "Demo", { |