From 49d529cb7ac0f300ec16f13446d932ddc6fd5e74 Mon Sep 17 00:00:00 2001 From: Henry Bush Date: Sun, 19 Dec 2010 08:56:42 +0000 Subject: GROOVIE: Add two new t7g detection entries, one from bug tracker, one from me svn-id: r54961 --- engines/groovie/detection.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp index a6a92eb521..ee2556762e 100644 --- a/engines/groovie/detection.cpp +++ b/engines/groovie/detection.cpp @@ -71,6 +71,28 @@ static const GroovieGameDescription gameDescriptions[] = { kGroovieT7G, 0 }, + // The 7th Guest Mac English (Aztec single disc) + { + { + "t7g", "", + AD_ENTRY1s("T7GMac", "6bdee8d0f9eef6d58d02fcd7deec3fb2", 1830783), + Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, + Common::GUIO_MIDIADLIB | Common::GUIO_MIDIMT32 | Common::GUIO_MIDIGM + }, + kGroovieT7G, 0 + }, + + // The 7th Guest Mac English (Aztec bundle, provided by Thefinaleofseem) + { + { + "t7g", "", + AD_ENTRY1s("T7GMac", "0d595d4b44ae1814082938d051e5174e", 1830783), + Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, + Common::GUIO_MIDIADLIB | Common::GUIO_MIDIMT32 | Common::GUIO_MIDIGM + }, + kGroovieT7G, 0 + }, + // The 7th Guest DOS Russian (Akella) { { -- cgit v1.2.3