mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
GROOVIE: Add detection for T7G iOS based on m4a files
This commit is contained in:
parent
af59f33b7b
commit
d40874d6f4
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user