MOHAWK: Add detection for the LB sampler

svn-id: r55570
This commit is contained in:
Matthew Hoops 2011-01-27 19:20:27 +00:00
parent fb8b4e1016
commit 57dc8f6fc2
2 changed files with 16 additions and 0 deletions

View File

@ -120,6 +120,7 @@ static const PlainGameDescriptor mohawkGames[] = {
{"lilmonster", "Little Monster at School"},
{"catinthehat", "The Cat in the Hat"},
{"rugrats", "Rugrats Adventure Game"},
{"lbsampler", "Living Books Sampler"},
{0, 0}
};

View File

@ -1144,6 +1144,21 @@ static const MohawkGameDescription gameDescriptions[] = {
0,
},
{
{
"lbsampler",
"",
AD_ENTRY1("outline", "d239506f969ff68fa886f084082e9158"),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},
GType_LIVINGBOOKSV3,
0,
0,
},
{ AD_TABLE_END_MARKER, 0, 0, 0 }
};