[Scummvm-git-logs] scummvm master -> 6e1dbd5fcc2d4949efc2716e8ad6ddb0bec8d47f

sev- noreply at scummvm.org
Wed Nov 6 23:43:32 UTC 2024


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:
6e1dbd5fcc SWORD2: Added detection for USA 2-CD version. Bugreport #15287 and #14862


Commit: 6e1dbd5fcc2d4949efc2716e8ad6ddb0bec8d47f
    https://github.com/scummvm/scummvm/commit/6e1dbd5fcc2d4949efc2716e8ad6ddb0bec8d47f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-07T00:42:51+01:00

Commit Message:
SWORD2: Added detection for USA 2-CD version. Bugreport #15287 and #14862

Changed paths:
    engines/sword2/detection_tables.h


diff --git a/engines/sword2/detection_tables.h b/engines/sword2/detection_tables.h
index 4d1fdc33bd7..7dd5d30be88 100644
--- a/engines/sword2/detection_tables.h
+++ b/engines/sword2/detection_tables.h
@@ -149,6 +149,18 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO0()
 	},
 
+	{ // USA English, Windows 2-CD. Bugreport #15287
+		"sword2",
+		"USA 2-CD",
+		AD_ENTRY3s("general.clu", "11e824864a75195652610e8b397382a6", 8030769,
+				   "text.clu",    "2b3ff1803200fc155c1de09e9b2875b5", 337938,
+				   "docks.clu",   "b39246fbb5b955a29f9a207c69bfc318", 20262263),
+		Common::EN_USA,
+		Common::kPlatformWindows,
+		ADGF_NO_FLAGS,
+		GUIO0()
+	},
+
 	{
 		"sword2",
 		"",




More information about the Scummvm-git-logs mailing list