diff options
author | D G Turner | 2012-02-15 17:06:16 +0000 |
---|---|---|
committer | D G Turner | 2012-02-15 17:06:16 +0000 |
commit | 160fd3a17953f33de881449577059d97a9c6b2f8 (patch) | |
tree | 09137779aed4f168d070a642052500bd84b32c69 | |
parent | ad78ea6b506c0c97d6587a26a254ff912bcf4fa1 (diff) | |
download | scummvm-rg350-160fd3a17953f33de881449577059d97a9c6b2f8.tar.gz scummvm-rg350-160fd3a17953f33de881449577059d97a9c6b2f8.tar.bz2 scummvm-rg350-160fd3a17953f33de881449577059d97a9c6b2f8.zip |
COMPOSER: Add Detection Entries for 3 V1 Magic Tales Mac Variants.
Parameters given in bug #3466402 - "COMPOSER: Multiple Mac games not
detected".
-rw-r--r-- | engines/composer/detection.cpp | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index 9eb49612b3..835f3c5683 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -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 { { |