[Scummvm-cvs-logs] scummvm master -> 1cec3beb8c5d8678db5e7fcd9dddb6a17a7209e7

fuzzie fuzzie at fuzzie.org
Mon Apr 22 11:20:54 CEST 2013


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:
1cec3beb8c MOHAWK: add detection entry from bug #3610725


Commit: 1cec3beb8c5d8678db5e7fcd9dddb6a17a7209e7
    https://github.com/scummvm/scummvm/commit/1cec3beb8c5d8678db5e7fcd9dddb6a17a7209e7
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2013-04-22T02:19:30-07:00

Commit Message:
MOHAWK: add detection entry from bug #3610725

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 87635bf..0d5dc1a 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1361,6 +1361,23 @@ static const MohawkGameDescription gameDescriptions[] = {
 		"GRANDMA.EXE"
 	},
 
+	// Just Grandma and Me 1.1 Mac
+	// From eisnerguy1 in bug#3610725
+	{
+		{
+			"grandma",
+			"v1.1",
+			AD_ENTRY1("BookOutline", "76eb265ec5fe42bc5b07f2bb418bd871"),
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV1,
+		0,
+		0
+	},
+
 	// from jjnryan in bug #3389857
 	{
 		{






More information about the Scummvm-git-logs mailing list