diff options
author | D G Turner | 2018-10-05 03:31:57 +0100 |
---|---|---|
committer | D G Turner | 2018-10-05 03:31:57 +0100 |
commit | 444884f9aca7cd138747bb78d3fd51d888deba78 (patch) | |
tree | af12d5cf10705e1762d9051388be3069ae27ce4b /engines | |
parent | 539c3330a8dd4a0d47e3b422bf527a4d4f6a22e5 (diff) | |
download | scummvm-rg350-444884f9aca7cd138747bb78d3fd51d888deba78.tar.gz scummvm-rg350-444884f9aca7cd138747bb78d3fd51d888deba78.tar.bz2 scummvm-rg350-444884f9aca7cd138747bb78d3fd51d888deba78.zip |
MOHAWK: Add Detection Entries For Two LB Game Variants.
These are from bug Trac #6745 "MOHAWK: Two unknown Living Book game
variants..."
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mohawk/detection_tables.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 7e7e03721f..a3c0a0f766 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1576,6 +1576,23 @@ static const MohawkGameDescription gameDescriptions[] = { 0 }, + // Just Grandma and Me + // From bug Trac #6745 + { + { + "grandma", + "v1.3.0.5", + AD_ENTRY1("outline", "33074daec5263ba209abcce3ee60ee38"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO1(GUIO_NOASPECT) + }, + GType_LIVINGBOOKSV3, + 0, + 0 + }, + // Just Grandma and Me 2.0 Macintosh // From aluff in bug #3461368 { @@ -2731,6 +2748,23 @@ static const MohawkGameDescription gameDescriptions[] = { 0 }, + // Stellaluna 1.0 + // From bug Trac #6745 + { + { + "stellaluna", + "", + AD_ENTRY1("STELLA.LB", "ff8ae44b52fb19f039e82730f6a1bb51"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GType_LIVINGBOOKSV2, + 0, + 0 + }, + // From aluff in bug#3306722 { { |