mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 07:23:05 +00:00
COMPOSER: Add Detection Entries for 3 V1 Magic Tales Mac Variants.
Parameters given in bug #3466402 - "COMPOSER: Multiple Mac games not detected".
This commit is contained in:
parent
ad78ea6b50
commit
160fd3a179
@ -81,6 +81,20 @@ static const ComposerGameDescription gameDescriptions[] = {
|
||||
GType_ComposerV1
|
||||
},
|
||||
|
||||
// Magic Tales: Baba Yaga and the Magic Geese Mac - from bug #3466402
|
||||
{
|
||||
{
|
||||
"babayaga",
|
||||
"",
|
||||
AD_ENTRY1("Baba Yaga", "ae3a4445f42fe10253da7ee4ea0d37"),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GType_ComposerV1
|
||||
},
|
||||
|
||||
// Magic Tales: Imo and the King - from bug #3485018
|
||||
{
|
||||
{
|
||||
@ -95,6 +109,20 @@ static const ComposerGameDescription gameDescriptions[] = {
|
||||
GType_ComposerV1
|
||||
},
|
||||
|
||||
// Magic Tales: Imo and the King Mac - from bug #3466402
|
||||
{
|
||||
{
|
||||
"imoking",
|
||||
"",
|
||||
AD_ENTRY1("imo and the king", "b0277885fec943b5f19409f35b33964c"),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GType_ComposerV1
|
||||
},
|
||||
|
||||
// Magic Tales: The Little Samurai - from bug #3485018
|
||||
{
|
||||
{
|
||||
@ -109,6 +137,20 @@ static const ComposerGameDescription gameDescriptions[] = {
|
||||
GType_ComposerV1
|
||||
},
|
||||
|
||||
// Magic Tales: The Little Samurai Mac - from bug #3466402
|
||||
{
|
||||
{
|
||||
"littlesamurai",
|
||||
"",
|
||||
AD_ENTRY1("The Little Samurai", "38121dd649c24e8676aa108cf35d44b5"),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GType_ComposerV1
|
||||
},
|
||||
|
||||
// from Liam Finds a Story CD
|
||||
{
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user