mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
MOHAWK: Add detection for the LBSampler v1
svn-id: r55704
This commit is contained in:
parent
6ae0198ae8
commit
ac4bf4ffb8
@ -1162,7 +1162,37 @@ static const MohawkGameDescription gameDescriptions[] = {
|
||||
{
|
||||
{
|
||||
"lbsampler",
|
||||
"",
|
||||
"v1",
|
||||
AD_ENTRY1("DEMO.512", "27c3455b850e5981d2bf2a3fa489b91e"),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
GType_LIVINGBOOKSV1,
|
||||
0,
|
||||
"DEMO.EXE"
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"lbsampler",
|
||||
"v1",
|
||||
AD_ENTRY1("BookOutline", "d30e6026a9809dea579030bac380977d"),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_NO_FLAGS,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
GType_LIVINGBOOKSV1,
|
||||
0,
|
||||
"Living Books Demos"
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"lbsampler",
|
||||
"v3",
|
||||
AD_ENTRY1("outline", "d239506f969ff68fa886f084082e9158"),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
@ -1177,7 +1207,7 @@ static const MohawkGameDescription gameDescriptions[] = {
|
||||
{
|
||||
{
|
||||
"lbsampler",
|
||||
"",
|
||||
"v3",
|
||||
AD_ENTRY1("BookOutline", "6dd1c0606f1db3b71207121b4370e487"),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
|
Loading…
Reference in New Issue
Block a user