diff options
author | Matthew Hoops | 2010-08-14 00:25:10 +0000 |
---|---|---|
committer | Matthew Hoops | 2010-08-14 00:25:10 +0000 |
commit | 185da189265a7388792fdc042214b6be93a083f9 (patch) | |
tree | 35f5fb052a5a53c62e70f46d5d6391917e51560e /engines/sci | |
parent | c09a968fc021a8ba58c6746680ab5bc5183e1d17 (diff) | |
download | scummvm-rg350-185da189265a7388792fdc042214b6be93a083f9.tar.gz scummvm-rg350-185da189265a7388792fdc042214b6be93a083f9.tar.bz2 scummvm-rg350-185da189265a7388792fdc042214b6be93a083f9.zip |
SCI: Add the detection entry for GK1 mac
svn-id: r52072
Diffstat (limited to 'engines/sci')
-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 a4c6f67826..a74c34f517 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -643,6 +643,15 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::ES_ESP, Common::kPlatformWindows, 0, GUIO_NONE }, + // Gabriel Knight - English Macintosh + {"gk1", "", { + {"Data1", 0, "7a89c96365a4da5d3b3efdc3a94bab3e", 5831362}, + {"Data2", 0, "db70638e972c3706e4dc9e01ef3a30ea", 6696048}, + {"Data3", 0, "d740126293aea176c4f8a6c71634cff4", 3683997}, + {"Data4", 0, "f6cbf2605f618ce035bed162d66b2b8a", 3233086}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, GUIO_NONE }, + // Gabriel Knight 2 - English Windows Non-Interactive Demo // Executable scanning reports "2.100.002" {"gk2", "Demo", { |