[Scummvm-cvs-logs] scummvm master -> 02db9190509a78f33507162f24a8ffbfe056b43d

eriktorbjorn eriktorbjorn at telia.com
Wed Jul 8 19:30:02 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
02db919050 MOHAWK: Add detection for v1.0 of Just Grandma and Me, Mac version


Commit: 02db9190509a78f33507162f24a8ffbfe056b43d
    https://github.com/scummvm/scummvm/commit/02db9190509a78f33507162f24a8ffbfe056b43d
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-07-08T19:24:49+02:00

Commit Message:
MOHAWK: Add detection for v1.0 of Just Grandma and Me, Mac version

Did I really forget to push this until now?

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 7632cde..6bb836b 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
 	{






More information about the Scummvm-git-logs mailing list