[Scummvm-git-logs] scummvm master -> d1d278c237a24e24116c4b71b2a463a116dd0e91

aquadran noreply at scummvm.org
Sun Jun 26 06:47:23 UTC 2022


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:
d1d278c237 MOHAWK: Add detection entry for Hebrew release of Just Grandma and Me


Commit: d1d278c237a24e24116c4b71b2a463a116dd0e91
    https://github.com/scummvm/scummvm/commit/d1d278c237a24e24116c4b71b2a463a116dd0e91
Author: BLooperZ (blooperz at users.noreply.github.com)
Date: 2022-06-26T08:47:20+02:00

Commit Message:
MOHAWK: Add detection entry for Hebrew release of Just Grandma and Me

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index b00631a081b..173c2cbed0f 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1528,6 +1528,23 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0
 	},
 
+	// Just Grandma and Me 2.0
+	// Hebrew CD
+	{
+		{
+			"grandma",
+			"v2.0",
+			AD_ENTRY1("LBPLAY32.LB", "28f6d88dae354a3c17ea0e59c771bff7"),
+			Common::HE_ISR,
+			Common::kPlatformWindows,
+			ADGF_UNSTABLE,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV3,
+		0,
+		0
+	},
+
 	// Just Grandma and Me
 	// From bug Trac #6745
 	{




More information about the Scummvm-git-logs mailing list