diff options
author | Scott Thomas | 2011-04-08 07:21:21 +0930 |
---|---|---|
committer | Scott Thomas | 2011-04-08 07:21:21 +0930 |
commit | d40874d6f4bce278b4ab3b0ef6fb34d35466b852 (patch) | |
tree | 6310f5af8d28ad4a423f8e9971c285ba06ccc49a /engines | |
parent | af59f33b7b7646e299b053b8d46a25e49615f26b (diff) | |
download | scummvm-rg350-d40874d6f4bce278b4ab3b0ef6fb34d35466b852.tar.gz scummvm-rg350-d40874d6f4bce278b4ab3b0ef6fb34d35466b852.tar.bz2 scummvm-rg350-d40874d6f4bce278b4ab3b0ef6fb34d35466b852.zip |
GROOVIE: Add detection for T7G iOS based on m4a files
Diffstat (limited to 'engines')
-rw-r--r-- | engines/groovie/detection.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
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 { |