diff options
author | D G Turner | 2018-10-03 05:16:54 +0100 |
---|---|---|
committer | D G Turner | 2018-10-03 05:16:54 +0100 |
commit | 00579460bd2b689625501e2fb14f030145e43da9 (patch) | |
tree | d7d73330f8ed48cb800d58d2df79db5ef7ddb9d3 /engines/composer | |
parent | 9b56d7c6bcd89d99f9046315a6a23f0821693974 (diff) | |
download | scummvm-rg350-00579460bd2b689625501e2fb14f030145e43da9.tar.gz scummvm-rg350-00579460bd2b689625501e2fb14f030145e43da9.tar.bz2 scummvm-rg350-00579460bd2b689625501e2fb14f030145e43da9.zip |
COMPOSER: Add Detection Entry For Darby French Mac Variant.
This is from Trac #10399.
Diffstat (limited to 'engines/composer')
-rw-r--r-- | engines/composer/detection.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index c90dfe5131..7bb0e8d835 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -271,6 +271,22 @@ static const ComposerGameDescription gameDescriptions[] = { GType_ComposerV2 }, + { // Provided by msSeven - from bug Trac #10399 + { + "darby", + 0, + { + {"page99.rsc", 0, "ca350397f0c009649afc0cb6145921f0", 1286480}, + AD_LISTEND + }, + Common::FR_FRA, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GType_ComposerV2 + }, + { // Provided by Strangerke, "CD-Rom 100% Malin" Pack { "darby", |