diff options
author | Filippos Karapetis | 2011-09-28 01:14:52 +0300 |
---|---|---|
committer | Filippos Karapetis | 2011-09-28 01:16:00 +0300 |
commit | 8ff61cd9c28bb866454b67e2b5d3e9270c3ffef7 (patch) | |
tree | fb4dbaa2ff970196832adfa241c08996610193c3 | |
parent | 6b6b985019ab8b4250f0bd9ec8b39eb74d0eaeed (diff) | |
download | scummvm-rg350-8ff61cd9c28bb866454b67e2b5d3e9270c3ffef7.tar.gz scummvm-rg350-8ff61cd9c28bb866454b67e2b5d3e9270c3ffef7.tar.bz2 scummvm-rg350-8ff61cd9c28bb866454b67e2b5d3e9270c3ffef7.zip |
MOHAWK: Added an entry for lbsampler (bug #3309306), and marked two non working LB V3 games as unstable
-rw-r--r-- | engines/mohawk/detection_tables.h | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 01b3a18c11..25ca9cd916 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -700,6 +700,22 @@ static const MohawkGameDescription gameDescriptions[] = { 0 }, + // From afholman in bug #3309306 + { + { + "lbsampler", + "v3", + AD_ENTRY1("outline", "8397cea6bed1ff90029f7602ef37684d"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV3, + 0, + "Living Books Sampler" + }, + { { "maggiesfa", @@ -1221,7 +1237,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("OUTLINE", "159c18b663c58d1aa17ad5e1ab1f0e12"), Common::EN_ANY, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, Common::GUIO_NONE }, GType_LIVINGBOOKSV3, @@ -1614,7 +1630,7 @@ static const MohawkGameDescription gameDescriptions[] = { AD_ENTRY1("Outline", "3b793adf2b303722e0fb6c632f94e1fb"), Common::EN_ANY, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, Common::GUIO_NONE }, GType_LIVINGBOOKSV3, |