diff options
Diffstat (limited to 'engines/composer/detection.cpp')
-rw-r--r-- | engines/composer/detection.cpp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index 3c7d9f9cd5..a0071930ff 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -124,6 +124,19 @@ static const ComposerGameDescription gameDescriptions[] = { GType_ComposerV2 }, + { + { + "darby", + 0, + AD_ENTRY1("Darby the Dragon.ini", "d81f9214936fa70d42fc578908d4bb3d"), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_ComposerV2 + }, + { // Provided by Strangerke, "CD-Rom 100% Malin" Pack { "darby", @@ -154,6 +167,19 @@ static const ComposerGameDescription gameDescriptions[] = { GType_ComposerV2 }, + { + { + "gregory", + 0, + AD_ENTRY1("Gregory.ini", "fa82f14731f28c7379c5a106df07a0d6"), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_ComposerV2 + }, + { // Provided by Strangerke, "CD-Rom 100% Malin" Pack { "gregory", |