mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
MOHAWK: detect the European versions of Zoombinis
svn-id: r55037
This commit is contained in:
parent
4c0b02fe21
commit
1897e5e132
engines/mohawk
@ -102,7 +102,7 @@ static const PlainGameDescriptor mohawkGames[] = {
|
||||
{"MakingOfMyst", "The Making of Myst"},
|
||||
{"riven", "Riven: The Sequel to Myst"},
|
||||
#ifdef DETECT_BRODERBUND_TITLES
|
||||
{"zoombini", "Logical Journey of the Zoombinis Deluxe"},
|
||||
{"zoombini", "Logical Journey of the Zoombinis"},
|
||||
{"csworld", "Where in the World is Carmen Sandiego?"},
|
||||
{"csamtrak", "Where in America is Carmen Sandiego? (The Great Amtrak Train Adventure)"},
|
||||
{"maggiesfa", "Maggie's Farmyard Adventure"},
|
||||
|
@ -402,6 +402,51 @@ static const MohawkGameDescription gameDescriptions[] = {
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"zoombini",
|
||||
"",
|
||||
AD_ENTRY1("ZOOMBINI.MHK", "0672f65c40dd065840c896e41c13f980"),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
GType_ZOOMBINI,
|
||||
GF_HASMIDI,
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"zoombini",
|
||||
"",
|
||||
AD_ENTRY1("ZOOMBINI.MHK", "6ae0bdf791266b1fe3d4fabbf44c3faa"),
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
GType_ZOOMBINI,
|
||||
GF_HASMIDI,
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"zoombini",
|
||||
"",
|
||||
AD_ENTRY1("ZOOMBINI.MHK", "8231e58525143ccf6e8b747df34b139f"),
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
GType_ZOOMBINI,
|
||||
GF_HASMIDI,
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"csworld",
|
||||
|
Loading…
Reference in New Issue
Block a user