From 71edec7b80c5fe060b05132ec2cb8f7f11bd1862 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sun, 13 Feb 2011 17:45:30 -0500 Subject: [PATCH] SCI: Add detection for GK2 Mac --- engines/sci/detection_tables.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 03ba5683182..f042664d8d1 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)