diff options
author | Matthew Hoops | 2011-03-30 14:42:34 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-03-30 14:42:34 -0400 |
commit | 00d01d9b00a9d35f186d5e8c8924ea93f22aeb59 (patch) | |
tree | d0a8ee9f4b9a981a70f5b54f4bc2260fd447602d | |
parent | db812c985cc24268818fb9ed7a31d12e64d34636 (diff) | |
download | scummvm-rg350-00d01d9b00a9d35f186d5e8c8924ea93f22aeb59.tar.gz scummvm-rg350-00d01d9b00a9d35f186d5e8c8924ea93f22aeb59.tar.bz2 scummvm-rg350-00d01d9b00a9d35f186d5e8c8924ea93f22aeb59.zip |
MOHAWK: Add detection for Just Grandma and Me 2.0
-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", |