[Scummvm-git-logs] scummvm branch-2-7 -> 1c3edd47bfa1cddf2ba218c8418e363bc9979616

criezy noreply at scummvm.org
Fri Jan 20 21:22:58 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:
1c3edd47bf SWORD1: Add detection for alternate French Windows version


Commit: 1c3edd47bfa1cddf2ba218c8418e363bc9979616
    https://github.com/scummvm/scummvm/commit/1c3edd47bfa1cddf2ba218c8418e363bc9979616
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2023-01-20T21:22:41Z

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