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

tag2015 noreply at scummvm.org
Tue Feb 18 21:29:02 UTC 2025


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:
9e6e7378ee CRUISE: Add detection for French Amiga version


Commit: 9e6e7378ee7a97dc6a52e4f8fef2a25a1dbf77a2
    https://github.com/scummvm/scummvm/commit/9e6e7378ee7a97dc6a52e4f8fef2a25a1dbf77a2
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-02-18T22:28:27+01:00

Commit Message:
CRUISE: Add detection for French Amiga version

Fix #15675

Changed paths:
    engines/cruise/detection.cpp


diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp
index cf4d666baba..ef6be115897 100644
--- a/engines/cruise/detection.cpp
+++ b/engines/cruise/detection.cpp
@@ -193,6 +193,28 @@ static const CRUISEGameDescription gameDescriptions[] = {
 			GUIO0()
 		},
 	},
+	{ // Amiga French edition.
+		{
+			"cruise",
+			nullptr,
+			AD_ENTRY1s("D1", "2d3e257103f0ee7427f8c81f9c3943f7", 701349),
+			Common::FR_FRA,
+			Common::kPlatformAmiga,
+			ADGF_NO_FLAGS,
+			GUIO0()
+		},
+	},
+	{ // Amiga French edition (alternate).
+		{
+			"cruise",
+			nullptr,
+			AD_ENTRY1s("D1", "d0433cda44dbcdef52eac709d7b04001", 700965),
+			Common::FR_FRA,
+			Common::kPlatformAmiga,
+			ADGF_NO_FLAGS,
+			GUIO0()
+		},
+	},
 	{ // Amiga Italian (Fanmade translation 1.0).
 		{
 			"cruise",




More information about the Scummvm-git-logs mailing list