diff options
author | Matthew Hoops | 2011-02-13 17:45:30 -0500 |
---|---|---|
committer | Matthew Hoops | 2011-02-13 17:45:30 -0500 |
commit | 71edec7b80c5fe060b05132ec2cb8f7f11bd1862 (patch) | |
tree | ef2280c0fa8d77c13fd15fcf5d12aac95950c318 /engines | |
parent | dbc6910eae6a174fbab08a39a7e5e0fcfb135793 (diff) | |
download | scummvm-rg350-71edec7b80c5fe060b05132ec2cb8f7f11bd1862.tar.gz scummvm-rg350-71edec7b80c5fe060b05132ec2cb8f7f11bd1862.tar.bz2 scummvm-rg350-71edec7b80c5fe060b05132ec2cb8f7f11bd1862.zip |
SCI: Add detection for GK2 Mac
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 03ba568318..f042664d8d 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -740,6 +740,18 @@ static const struct ADGameDescription SciGameDescriptions[] = { Common::FR_FRA, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + // Gabriel Knight 2 - English Macintosh + // NOTE: This only contains disc 1 files (as well as the persistent file: + // Data1. Other discs have conflicting names :( + {"gk2", "", { + {"Data1", 0, "81cb3b4461af845efc59450a74b49fe6", 693041}, + {"Data2", 0, "69a05445a7c8c2da06d8f5a70200974d", 16774575}, + {"Data3", 0, "256309284f6447aaa5028103753e7e78", 15451830}, + {"Data4", 0, "8b843c62eb53136a855d6e0087e3cb0d", 5889553}, + {"Data5", 0, "f9fcf9ab2eb13b2125c33a1cda03a093", 14349984}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, GUIO_NONE }, + #endif // ENABLE_SCI32 // Hoyle 1 - English DOS (supplied by ssburnout in bug report #3049193) |