mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-12 06:00:48 +00:00
MOHAWK: Add detection for the LB sampler
svn-id: r55570
This commit is contained in:
parent
fb8b4e1016
commit
57dc8f6fc2
@ -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}
|
||||
};
|
||||
|
||||
|
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user