diff options
author | Torbjörn Andersson | 2015-07-07 21:30:14 +0200 |
---|---|---|
committer | Torbjörn Andersson | 2015-07-08 19:24:49 +0200 |
commit | 02db9190509a78f33507162f24a8ffbfe056b43d (patch) | |
tree | 5823e5c481e969875567e93be82be4fc94b188b9 /engines/mohawk | |
parent | 3d20072fd894dc211cf1a8223b4c8e27b0aff1c2 (diff) | |
download | scummvm-rg350-02db9190509a78f33507162f24a8ffbfe056b43d.tar.gz scummvm-rg350-02db9190509a78f33507162f24a8ffbfe056b43d.tar.bz2 scummvm-rg350-02db9190509a78f33507162f24a8ffbfe056b43d.zip |
MOHAWK: Add detection for v1.0 of Just Grandma and Me, Mac version
Did I really forget to push this until now?
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/detection_tables.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 7632cde294..6bb836b5b8 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1379,6 +1379,22 @@ static const MohawkGameDescription gameDescriptions[] = { "GRANDMA.EXE" }, + // Just Grandma and Me 1.0, Macintosh + { + { + "grandma", + "v1.0", + AD_ENTRY1("BookOutline", "9162483da06179e76f4a082412245efa"), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GType_LIVINGBOOKSV1, + GF_LB_10, + 0 + }, + // Just Grandma and Me 1.1 Mac // From eisnerguy1 in bug#3610725 { |