[Scummvm-git-logs] scummvm master -> 7b639ead0ac77ef4566a145f776b2b5a545cc0e7

sev- sev at scummvm.org
Fri Aug 27 23:43:46 UTC 2021


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:
7b639ead0a ZVISION: Added detection for Mac ZGI. Bugreport #11756


Commit: 7b639ead0ac77ef4566a145f776b2b5a545cc0e7
    https://github.com/scummvm/scummvm/commit/7b639ead0ac77ef4566a145f776b2b5a545cc0e7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-28T01:43:29+02:00

Commit Message:
ZVISION: Added detection for Mac ZGI. Bugreport #11756

Changed paths:
    engines/zvision/detection_tables.h


diff --git a/engines/zvision/detection_tables.h b/engines/zvision/detection_tables.h
index 5c0724f2f0..ddb4071b73 100644
--- a/engines/zvision/detection_tables.h
+++ b/engines/zvision/detection_tables.h
@@ -33,6 +33,7 @@ static const PlainGameDescriptor zVisionGames[] = {
 
 static const char *directoryGlobs[] = {
 	"znemscr",
+	"taunts", // zgi mac
 	0
 };
 
@@ -291,6 +292,21 @@ static const ZVisionGameDescription gameDescriptions[] = {
 		GID_GRANDINQUISITOR
 	},
 
+	{
+		// Zork Grand Inquisitor Mac CD version, reported by macca8 in bug #11756
+		{
+			"zgi",
+			"CD",
+			AD_ENTRY2s("SCRIPTS.ZFS",  "81efd40ecc3d22531e211368b779f17f", 8336944,
+					   "G0LPH10P.RAW", "c0b1f28b1cd1aaeb83c1a3985401bb14", 24462),
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_NO_FLAGS,
+			GUIO3(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING)
+		},
+		GID_GRANDINQUISITOR
+	},
+
 	{
 		// Zork Grand Inquisitor English DVD version
 		{




More information about the Scummvm-git-logs mailing list