diff options
-rw-r--r-- | engines/mohawk/detection_tables.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index f002df9e59..27ee3401f5 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -959,6 +959,23 @@ static const MohawkGameDescription gameDescriptions[] = { "Living Books Player" }, + // Just Grandma and Me 2.0 + // From pacifist + { + { + "grandma", + "v2.0", + AD_ENTRY1("OUTLINE", "159c18b663c58d1aa17ad5e1ab1f0e12"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV3, + 0, + 0 + }, + { { "grandma", |