diff options
author | D G Turner | 2012-02-15 14:17:09 +0000 |
---|---|---|
committer | D G Turner | 2012-02-15 14:17:09 +0000 |
commit | 8c0e361582abbaed5e6b37a31651702b570f674b (patch) | |
tree | dd348b0a39de7de6935896e1730f8daae293592e | |
parent | 37e5b209a71af725456a42be2605dea28ffceb84 (diff) | |
download | scummvm-rg350-8c0e361582abbaed5e6b37a31651702b570f674b.tar.gz scummvm-rg350-8c0e361582abbaed5e6b37a31651702b570f674b.tar.bz2 scummvm-rg350-8c0e361582abbaed5e6b37a31651702b570f674b.zip |
COMPOSER: Add detection entries for 3 V1 Magic Tales games.
These are listed in bug #3485018 - "COMPOSER: v1 undetected MD5's"
-rw-r--r-- | engines/composer/detection.cpp | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index af355402c2..c9237a5884 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -53,9 +53,12 @@ Common::Language ComposerEngine::getLanguage() const { static const PlainGameDescriptor composerGames[] = { {"composer", "Composer Game"}, + {"babayaga", "Magic Tales: Baba Yaga and the Magic Geese"}, {"darby", "Darby the Dragon"}, {"gregory", "Gregory and the Hot Air Balloon"}, + {"imoking", "Magic Tales: Imo and the King"}, {"liam", "Magic Tales: Liam Finds a Story"}, + {"littlesamurai", "Magic Tales: The Little Samurai"}, {"princess", "The Princess and the Crab"}, {"sleepingcub", "Sleeping Cub's Test of Courage"}, {0, 0} @@ -64,6 +67,48 @@ static const PlainGameDescriptor composerGames[] = { namespace Composer { static const ComposerGameDescription gameDescriptions[] = { + // Magic Tales: Baba Yaga and the Magic Geese - from bug #3485018 + { + { + "babayaga", + "", + AD_ENTRY1s("book.ini", "412b7f4b0ef07f442009d28e3a819974", 3852), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GType_ComposerV1 + }, + + // Magic Tales: Imo and the King - from bug #3485018 + { + { + "imoking", + "", + AD_ENTRY1s("book.ini", "62b52a1763cce7d7d6ccde9f9d32fd4b", 3299), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GType_ComposerV1 + }, + + // Magic Tales: The Little Samurai - from bug #3485018 + { + { + "littlesamurai", + "", + AD_ENTRY1s("book.ini", "7a851869d022a9041e0dd11e5bace09b", 3747), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GType_ComposerV1 + }, + // from Liam Finds a Story CD { { |