diff options
-rw-r--r-- | engines/composer/detection.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index ca615e2f19..ac7eafd510 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -253,6 +253,24 @@ static const ComposerGameDescription gameDescriptions[] = { GType_ComposerV2 }, + // The Princess and the Crab Mac - From Bug #3461984 + { + { + "princess", + 0, + { + {"the princess and the crab.ini", 0, "f6b551a7304643004bd5e4df7ac1e76e", -1}, + {"page99.rsc", 0, "fd5ebd3b5e36c4651c50241619525355", -1}, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GType_ComposerV2 + }, + { // Provided by sev { "sleepingcub", |