mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
MOHAWK: Added detection for two Little Ark company games. Inspired by bug #12275
This commit is contained in:
parent
b19f0173c9
commit
53267cbad3
@ -58,6 +58,8 @@ static const PlainGameDescriptor mohawkGames[] = {
|
||||
{"bearfight", "The Berenstain Bears Get in a Fight"},
|
||||
{"beardark", "The Berenstain Bears In The Dark"},
|
||||
{"arthurcomp", "Arthur's Computer Adventure"},
|
||||
{"create", "The Story of Creation"},
|
||||
{"daniel", "Daniel in the Lions' Den"},
|
||||
{"harryhh","Harry and the Haunted House"},
|
||||
{"stellaluna", "Stellaluna"},
|
||||
{"sheila", "Sheila Rae, the Brave"},
|
||||
|
@ -2928,6 +2928,70 @@ static const MohawkGameDescription gameDescriptions[] = {
|
||||
0
|
||||
},
|
||||
|
||||
// From sev
|
||||
{
|
||||
{
|
||||
"create",
|
||||
"",
|
||||
AD_ENTRY1s("CREATE.LB", "8a94e13093dd3e2f58c220a1f265a7be", 1217),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GType_LIVINGBOOKSV2,
|
||||
0,
|
||||
0,
|
||||
},
|
||||
|
||||
// From sev
|
||||
{
|
||||
{
|
||||
"create",
|
||||
"Demo",
|
||||
AD_ENTRY1s("CREATED.LB", "86165d80189815ada2abd67e55258486", 826),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_DEMO,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GType_LIVINGBOOKSV2,
|
||||
0,
|
||||
0,
|
||||
},
|
||||
|
||||
// From sev
|
||||
{
|
||||
{
|
||||
"daniel",
|
||||
"",
|
||||
AD_ENTRY1s("DANIEL.LB", "cdea21d55f0ead70c7990d2f1cfbc160", 1300),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GType_LIVINGBOOKSV2,
|
||||
0,
|
||||
0,
|
||||
},
|
||||
|
||||
// From sev
|
||||
{
|
||||
{
|
||||
"daniel",
|
||||
"Demo",
|
||||
AD_ENTRY1s("DANIELD.LB", "4220631d9f677f694fa9d59a7c242dbe", 651),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_DEMO,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GType_LIVINGBOOKSV2,
|
||||
0,
|
||||
0,
|
||||
},
|
||||
|
||||
{ AD_TABLE_END_MARKER, 0, 0, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user