[Scummvm-git-logs] scummvm master -> 31374276f072bce82482682b02ea150be19e1429

somaen noreply at scummvm.org
Fri Sep 8 22:43:06 UTC 2023


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:
31374276f0 STARK: Add detection for iOS v1.0.7


Commit: 31374276f072bce82482682b02ea150be19e1429
    https://github.com/scummvm/scummvm/commit/31374276f072bce82482682b02ea150be19e1429
Author: Einar Johan Trøan Sømåen (somaen at scummvm.org)
Date: 2023-09-09T00:42:57+02:00

Commit Message:
STARK: Add detection for iOS v1.0.7

Changed paths:
    engines/stark/detection.cpp


diff --git a/engines/stark/detection.cpp b/engines/stark/detection.cpp
index 785ac911f86..0b672b8537a 100644
--- a/engines/stark/detection.cpp
+++ b/engines/stark/detection.cpp
@@ -386,6 +386,18 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO_NONE
 	},
 
+	// The Longest Journey
+	// iOS - v1.0.7 - provided by Aeryl on Discord
+	{
+		"tlj", "Remastered",
+		AD_ENTRY2s("x.xarc",		"de8327850d7bba90b690b141eaa23f61", 3032,
+				   "chapters.ini",	"da19240d49f714a27da2054caadc0057", 500),
+		Common::EN_ANY,
+		Common::kPlatformIOS,
+		ADGF_UNSTABLE,
+		GUIO_NONE
+	},
+
 	AD_TABLE_END_MARKER
 };
 




More information about the Scummvm-git-logs mailing list