From d40874d6f4bce278b4ab3b0ef6fb34d35466b852 Mon Sep 17 00:00:00 2001 From: Scott Thomas Date: Fri, 8 Apr 2011 07:21:21 +0930 Subject: GROOVIE: Add detection for T7G iOS based on m4a files --- engines/groovie/detection.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp index cf3a035354..00116d6e00 100644 --- a/engines/groovie/detection.cpp +++ b/engines/groovie/detection.cpp @@ -114,6 +114,20 @@ static const GroovieGameDescription gameDescriptions[] = { kGroovieT7G, 0 }, + { + { + "t7g", "", + { + { "script.grv", 0, "d1b8033b40aa67c076039881eccce90d", 16659}, + { "gu16.m4a", 0, NULL, 2051214 }, + { NULL, 0, NULL, 0} + }, + Common::EN_ANY, Common::kPlatformIOS, ADGF_NO_FLAGS, + Common::GUIO_NOMIDI + }, + kGroovieT7G, 0 + }, + #ifdef ENABLE_GROOVIE2 // The 11th Hour DOS English { -- cgit v1.2.3