diff options
author | D G Turner | 2012-02-15 16:29:03 +0000 |
---|---|---|
committer | D G Turner | 2012-02-15 16:29:03 +0000 |
commit | ad78ea6b506c0c97d6587a26a254ff912bcf4fa1 (patch) | |
tree | 800985eeeb97c24a69e10438e196dd3c7e392bd7 | |
parent | a4798602d7a025dc13fd253d584dbf29dbec488d (diff) | |
download | scummvm-rg350-ad78ea6b506c0c97d6587a26a254ff912bcf4fa1.tar.gz scummvm-rg350-ad78ea6b506c0c97d6587a26a254ff912bcf4fa1.tar.bz2 scummvm-rg350-ad78ea6b506c0c97d6587a26a254ff912bcf4fa1.zip |
COMPOSER: Add Detection Entry for Liam Finds a Story Mac.
Parameters from bug #3463201 - "COMPOSER: Liam Finds a Story (Mac) Not
Detected".
-rw-r--r-- | engines/composer/detection.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index ac7eafd510..9eb49612b3 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -136,6 +136,24 @@ static const ComposerGameDescription gameDescriptions[] = { GType_ComposerV2 }, + // Liam Finds a Story Mac - from bug #3463201 + { + { + "liam", + 0, + { + {"liam finds a story.ini", 0, "85a1ca6002ded8572920bbdb73d35b0a", -1}, + {"page99.rsc", 0, "11b0a19c6b6d73c39e2bd289a457c1dc", -1}, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GType_ComposerV2 + }, + // from Liam Finds a Story CD { { @@ -316,6 +334,7 @@ using namespace Composer; // we match from data too, to stop detection from a non-top-level directory const static char *directoryGlobs[] = { "data", + "liam", "programs", "princess", "sleepcub", |