mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
MOHAWK: Add Rugrats Print Shop demo detection
This commit is contained in:
parent
ce03ff344f
commit
3b7224f052
@ -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}
|
||||
};
|
||||
|
||||
|
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user