diff options
author | Henry Bush | 2010-12-19 08:56:42 +0000 |
---|---|---|
committer | Henry Bush | 2010-12-19 08:56:42 +0000 |
commit | 49d529cb7ac0f300ec16f13446d932ddc6fd5e74 (patch) | |
tree | 2961d243f28a3d7dc0a90036c74e5294c646b986 | |
parent | c2bae4b35beeaf500a99253d4792a23e602dce9e (diff) | |
download | scummvm-rg350-49d529cb7ac0f300ec16f13446d932ddc6fd5e74.tar.gz scummvm-rg350-49d529cb7ac0f300ec16f13446d932ddc6fd5e74.tar.bz2 scummvm-rg350-49d529cb7ac0f300ec16f13446d932ddc6fd5e74.zip |
GROOVIE: Add two new t7g detection entries, one from bug tracker, one from me
svn-id: r54961
-rw-r--r-- | engines/groovie/detection.cpp | 22 |
1 files changed, 22 insertions, 0 deletions
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) { { |