diff options
-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 { { |