mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
MOHAWK: Add detection for the v2 lbsampler
svn-id: r55821
This commit is contained in:
parent
1a525d1bb7
commit
3c53b1c020
@ -1189,6 +1189,36 @@ static const MohawkGameDescription gameDescriptions[] = {
|
||||
"Living Books Demos"
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"lbsampler",
|
||||
"v2",
|
||||
AD_ENTRY1("SAMPLER.LB", "6c77cba7326f975645d55fd17ad02d92"),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
GType_LIVINGBOOKSV2,
|
||||
0,
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"lbsampler",
|
||||
"v2",
|
||||
AD_ENTRY1("BookOutline", "48985306013164b128981883045f2c43"),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_NO_FLAGS,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
GType_LIVINGBOOKSV1, // v2 Mac games are really still v1
|
||||
0,
|
||||
"Living Books Sampler"
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"lbsampler",
|
||||
|
Loading…
Reference in New Issue
Block a user