[Scummvm-git-logs] scummvm master -> 77a166ad7e50d3bb0ce8831fb51c448b03c1ed70

orgads orgads at gmail.com
Mon Apr 5 18:13:07 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:
77a166ad7e GRIM: Add hebrew fan translation detection entry (#2916)


Commit: 77a166ad7e50d3bb0ce8831fb51c448b03c1ed70
    https://github.com/scummvm/scummvm/commit/77a166ad7e50d3bb0ce8831fb51c448b03c1ed70
Author: Niv Baehr (bloop93 at gmail.com)
Date: 2021-04-05T21:13:04+03:00

Commit Message:
GRIM: Add hebrew fan translation detection entry (#2916)

Co-authored-by: BLooperZ <blooperz at users.noreply.github.com>

Changed paths:
    engines/grim/detection.cpp


diff --git a/engines/grim/detection.cpp b/engines/grim/detection.cpp
index dd8857bcd4..30f0138b02 100644
--- a/engines/grim/detection.cpp
+++ b/engines/grim/detection.cpp
@@ -153,6 +153,20 @@ static const GrimGameDescription gameDescriptions[] = {
 		},
 		GType_GRIM
 	},
+	{
+		// Grim Fandango Hebrew Fan translation (patched)
+		{
+			"grim",
+			"",
+			AD_ENTRY2s("LOCAL.LAB", "d22648d6787c2f8f0a789ee3ed0c08f7", 608,
+					   "VOX0001.LAB", "444f05f2af689c1bffd179b8b6a632bd", 57993159),
+			Common::HE_ISR,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUI_OPTIONS_GRIME
+		},
+		GType_GRIM
+	},
 /*	{
 		// Grim Fandango German version (patched)
 		{




More information about the Scummvm-git-logs mailing list