[Scummvm-cvs-logs] scummvm master -> de531a39e0c6494a074913ae330dc0cfb47322b7

fuzzie fuzzie at fuzzie.org
Thu Apr 28 10:59:51 CEST 2011


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:
de531a39e0 NOHAWK: Add detection for Just Grandma and Me 1.0.


Commit: de531a39e0c6494a074913ae330dc0cfb47322b7
    https://github.com/scummvm/scummvm/commit/de531a39e0c6494a074913ae330dc0cfb47322b7
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-04-28T01:57:08-07:00

Commit Message:
NOHAWK: Add detection for Just Grandma and Me 1.0.

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index fb7203f..ae9d8ee 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1023,6 +1023,23 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0
 	},
 
+	// Just Grandma and Me 1.0
+	// From scoriae
+	{
+		{
+			"grandma",
+			"v1.0",
+			AD_ENTRY1("PAGES.512", "e694ac10f957dd2e20611350bf968da3"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV1,
+		GF_LB_10,
+		"GRANDMA.EXE"
+	},
+
 	{
 		{
 			"grandma",






More information about the Scummvm-git-logs mailing list