mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
MOHAWK: Detect "The Cat in the Hat".
svn-id: r55543
This commit is contained in:
parent
190bd60505
commit
b13d6026c7
@ -118,6 +118,7 @@ static const PlainGameDescriptor mohawkGames[] = {
|
||||
{"arthurrace", "Arthur's Reading Race"},
|
||||
{"arthurbday", "Arthur's Birthday"},
|
||||
{"lilmonster", "Little Monster at School"},
|
||||
{"catinthehat", "The Cat in the Hat"},
|
||||
{"rugrats", "Rugrats Adventure Game"},
|
||||
{0, 0}
|
||||
};
|
||||
|
@ -1084,6 +1084,36 @@ static const MohawkGameDescription gameDescriptions[] = {
|
||||
"Little Monster at School"
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"catinthehat",
|
||||
"",
|
||||
AD_ENTRY1("Outline", "0b5ab6dd7c08cf23066efa709fa48bbc"),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
GType_LIVINGBOOKSV3,
|
||||
0,
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"catinthehat",
|
||||
"",
|
||||
AD_ENTRY1("BookOutline", "e139903eee98f0b0c3f39247a23b8f10"),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_NO_FLAGS,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
GType_LIVINGBOOKSV3,
|
||||
0,
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"rugrats",
|
||||
|
Loading…
Reference in New Issue
Block a user