MOHAWK: Add Rugrats Print Shop demo detection

This commit is contained in:
Matthew Hoops 2012-11-04 21:26:09 -05:00
parent ce03ff344f
commit 3b7224f052
2 changed files with 19 additions and 0 deletions

View File

@ -143,6 +143,7 @@ static const PlainGameDescriptor mohawkGames[] = {
{"harryhh","Harry and the Haunted House"},
{"stellaluna", "Stellaluna"},
{"sheila", "Sheila Rae, the Brave"},
{"rugratsps", "Rugrats Print Shop" },
{0, 0}
};

View File

@ -2525,6 +2525,24 @@ static const MohawkGameDescription gameDescriptions[] = {
0
},
// Rugrats Print Shop
// English Windows Demo
// From GeorgeQGreg (Rugrats Movie Soundtrack)
{
{
"rugratsps",
"Demo",
AD_ENTRY1("outline", "808d5ee8427180ddebdd5dd4199b47cb"),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_DEMO | ADGF_UNSTABLE,
GUIO1(GUIO_NOASPECT)
},
GType_LIVINGBOOKSV4,
0,
0
},
{ AD_TABLE_END_MARKER, 0, 0, 0 }
};