diff options
author | Strangerke | 2011-08-10 21:23:33 +0200 |
---|---|---|
committer | Strangerke | 2011-08-10 21:23:33 +0200 |
commit | 2739d8fa205c22319de37bfde570b7a39f9f2c13 (patch) | |
tree | 1ebbd7ffccdd4dc81c414e0848febfce369cc930 /engines/composer | |
parent | 930f626daba5de8ec0b42fd32ba7ddf107e7d95a (diff) | |
download | scummvm-rg350-2739d8fa205c22319de37bfde570b7a39f9f2c13.tar.gz scummvm-rg350-2739d8fa205c22319de37bfde570b7a39f9f2c13.tar.bz2 scummvm-rg350-2739d8fa205c22319de37bfde570b7a39f9f2c13.zip |
COMPOSER: Add detection for Dragor FR and Gregory FR
Diffstat (limited to 'engines/composer')
-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 c4e98fadd7..8c97b6c4db 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -120,6 +120,19 @@ static const ComposerGameDescription gameDescriptions[] = { GType_ComposerV2 }, + { // Provided by Strangerke, "CD-Rom 100% Malin" Pack + { + "darby", + 0, + AD_ENTRY1("book.ini", "285308372f7dddff2ca5a25c9192cf5c"), + Common::FR_FRA, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_ComposerV2 + }, + { { "gregory", @@ -133,6 +146,19 @@ static const ComposerGameDescription gameDescriptions[] = { GType_ComposerV2 }, + { // Provided by Strangerke, "CD-Rom 100% Malin" Pack + { + "gregory", + 0, + AD_ENTRY1("book.ini", "e54fc5c00de5f94e908a969e445af5d0"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_ComposerV2 + }, + { { "princess", |