[Scummvm-git-logs] scummvm master -> 2fa6a4b6a90b48bc596cdfb5cb077b9a8b6e722d

criezy noreply at scummvm.org
Fri Jan 20 21:17:03 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:
2fa6a4b6a9 SWORD1: Add detection for alternate French Windows version


Commit: 2fa6a4b6a90b48bc596cdfb5cb077b9a8b6e722d
    https://github.com/scummvm/scummvm/commit/2fa6a4b6a90b48bc596cdfb5cb077b9a8b6e722d
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2023-01-20T21:16:04Z

Commit Message:
SWORD1: Add detection for alternate French Windows version

Changed paths:
    engines/sword1/detection_tables.h


diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index 0e097c494c2..dfe5b8ff307 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -177,6 +177,19 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO0()
 	},
 
+	{
+		"sword1",
+		"",
+		AD_ENTRY4s("clusters/scripts.clu",  "72b10193714e8c6e4daca51791c0db0c", 1088372,
+				   "clusters/swordres.rif", "665b7ed64c13013ec4a8bcd101a1e862", 59788,
+				   "clusters/text.clu",     "76f93f5feecc8915435105478f3c6615", 3188750,
+				   "smackshi/intro.smk",    "d602a28f5f5c583bf9870a23a94a9bc5", 13525168),
+		Common::FR_FRA,
+		Common::kPlatformWindows,
+		ADGF_NO_FLAGS,
+		GUIO0()
+	},
+
 	{
 		"sword1",
 		"",




More information about the Scummvm-git-logs mailing list