diff options
author | Eugene Sandulenko | 2011-08-04 18:57:43 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2011-08-06 11:28:32 +0100 |
commit | e72c2fae8896b14553f2e2246726b2e426f0e9bb (patch) | |
tree | 67d412e4885073038452eed72ec290122e65864a /engines | |
parent | c451ae639f12fbe77dfde97743037aec72b3199a (diff) | |
download | scummvm-rg350-e72c2fae8896b14553f2e2246726b2e426f0e9bb.tar.gz scummvm-rg350-e72c2fae8896b14553f2e2246726b2e426f0e9bb.tar.bz2 scummvm-rg350-e72c2fae8896b14553f2e2246726b2e426f0e9bb.zip |
COMPOSER: Added detection entries for 2 more games
Diffstat (limited to 'engines')
-rw-r--r-- | engines/composer/detection.cpp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index cbd4dd1ebd..c4e98fadd7 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -56,6 +56,8 @@ static const PlainGameDescriptor composerGames[] = { {"darby", "Darby the Dragon"}, {"gregory", "Gregory and the Hot Air Balloon"}, {"liam", "Magic Tales: Liam Finds a Story"}, + {"princess", "The Princess and the Crab"}, + {"sleepingcub", "Sleeping Cub's Test of Courage"}, {0, 0} }; @@ -131,6 +133,32 @@ static const ComposerGameDescription gameDescriptions[] = { GType_ComposerV2 }, + { + { + "princess", + 0, + AD_ENTRY1s("install.inf", "f1cf45db3c4c54a0d2d89d359af8f334", 244), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_ComposerV2 + }, + + { + { + "sleepingcub", + 0, + AD_ENTRY1s("install.inf", "1092e753b8692463f41b8c0b1931398e", 251), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_ComposerV2 + }, + { AD_TABLE_END_MARKER, 0 } }; |