[Scummvm-git-logs] scummvm master -> 9fea086eec25ee507304d1b9c720dfd901b37c20

aquadran noreply at scummvm.org
Sun Jun 5 11:13:35 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:
9fea086eec GRIM: Added detection entry for unsupported game release version.


Commit: 9fea086eec25ee507304d1b9c720dfd901b37c20
    https://github.com/scummvm/scummvm/commit/9fea086eec25ee507304d1b9c720dfd901b37c20
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-06-05T13:13:30+02:00

Commit Message:
GRIM: Added detection entry for unsupported game release version.

Changed paths:
    engines/grim/detection.cpp


diff --git a/engines/grim/detection.cpp b/engines/grim/detection.cpp
index b001b5e92e7..ccce89df252 100644
--- a/engines/grim/detection.cpp
+++ b/engines/grim/detection.cpp
@@ -181,6 +181,19 @@ static const GrimGameDescription gameDescriptions[] = {
 		},
 		GType_GRIM
 	},
+	{
+		// Grim Fandango German version (CD protected) - unsupported
+		{
+			"grim",
+			"",
+			AD_ENTRY1s("VOX0001.LAB", "88e8e13a8164c0df62b1f2f4e9ab4583", 388753408),
+			Common::DE_DEU,
+			Common::kPlatformWindows,
+			ADGF_UNSUPPORTED,
+			GUI_OPTIONS_GRIME
+		},
+		GType_GRIM
+	},
 	{
 		// Grim Fandango Hebrew Fan translation (patched)
 		{




More information about the Scummvm-git-logs mailing list