diff options
author | D G Turner | 2012-02-15 16:00:53 +0000 |
---|---|---|
committer | D G Turner | 2012-02-15 16:00:53 +0000 |
commit | 1e2019d2084ecdaa568e3eeeb32d642d446725f8 (patch) | |
tree | 86dc698a7c68babad9d0540298c8f43fa15f297b /engines/composer | |
parent | b66b7f8ec81a6574134adb5d2d8e3d55663e3fb4 (diff) | |
download | scummvm-rg350-1e2019d2084ecdaa568e3eeeb32d642d446725f8.tar.gz scummvm-rg350-1e2019d2084ecdaa568e3eeeb32d642d446725f8.tar.bz2 scummvm-rg350-1e2019d2084ecdaa568e3eeeb32d642d446725f8.zip |
COMPOSER: Add Detection Entry for Princess and the Crab Mac.
Parameters taken from bug #3461984 - "COMPOSER: Mac Princess and the
Crab Not Detected".
Diffstat (limited to 'engines/composer')
-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", |