[Scummvm-cvs-logs] scummvm master -> 00d01d9b00a9d35f186d5e8c8924ea93f22aeb59
clone2727
clone2727 at gmail.com
Wed Mar 30 20:44: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:
00d01d9b00 MOHAWK: Add detection for Just Grandma and Me 2.0
Commit: 00d01d9b00a9d35f186d5e8c8924ea93f22aeb59
https://github.com/scummvm/scummvm/commit/00d01d9b00a9d35f186d5e8c8924ea93f22aeb59
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-03-30T11:42:34-07:00
Commit Message:
MOHAWK: Add detection for Just Grandma and Me 2.0
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index f002df9..27ee340 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",
More information about the Scummvm-git-logs
mailing list