[Scummvm-git-logs] scummvm master -> 92fcda312729ecdd65a723f063a018887efbb0b1

sev- sev at scummvm.org
Fri Oct 16 16:01:35 UTC 2020


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:
92fcda3127 STARK: Added detection for Hungarian fan-translation.


Commit: 92fcda312729ecdd65a723f063a018887efbb0b1
    https://github.com/scummvm/scummvm/commit/92fcda312729ecdd65a723f063a018887efbb0b1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-16T18:00:12+02:00

Commit Message:
STARK: Added detection for Hungarian fan-translation.

Changed paths:
    engines/stark/detection.cpp


diff --git a/engines/stark/detection.cpp b/engines/stark/detection.cpp
index 2bfa0392e3..b2448489f3 100644
--- a/engines/stark/detection.cpp
+++ b/engines/stark/detection.cpp
@@ -171,7 +171,7 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_NO_FLAGS,
 		GUIO_NONE
 	},
-	
+
 	// The Longest Journey
 	// Italian DVD version
 	{
@@ -326,6 +326,20 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO_NONE
 	},
 
+	// The Longest Journey
+	// Hungarian fan-made
+	{
+		"tlj", "Fanmade", {
+			{"x.xarc", 0, "a0559457126caadab0cadac02d35f26f", 3032},
+			{"chapters.ini", 0, "790b51a88b5493bff5168a77738e0e84", 451},
+			{nullptr, 0, nullptr, 0}
+		},
+		Common::HU_HUN,
+		Common::kPlatformWindows,
+		ADGF_NO_FLAGS,
+		GUIO_NONE
+	},
+
 	AD_TABLE_END_MARKER
 };
 




More information about the Scummvm-git-logs mailing list