[Scummvm-git-logs] scummvm master -> 99022cda110022c6d115b951b75542878df67b5e

dreammaster paulfgilbert at gmail.com
Wed Jun 10 15:08:39 UTC 2020


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:
99022cda11 ULTIMA8: Add Crusader detection entry to commented out detections


Commit: 99022cda110022c6d115b951b75542878df67b5e
    https://github.com/scummvm/scummvm/commit/99022cda110022c6d115b951b75542878df67b5e
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-06-10T08:08:26-07:00

Commit Message:
ULTIMA8: Add Crusader detection entry to commented out detections

Changed paths:
    engines/ultima/detection_tables.h


diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index 05a7939a5e..9c41edc00a 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -304,6 +304,21 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 		0
 	},
 
+	// Crusader - No Remorse provided by andy155
+	{
+		{
+			"remorse",
+			"",
+			AD_ENTRY1s("eusecode.flx", 3fb211f4adfd80595078afc85bdfe7b4", 433143),
+			Common::EN_ANY,
+			Common::kPlatformDOS,
+			ADGF_UNSTABLE,
+			GUIO1(GUIO_NOMIDI)
+		},
+		GAME_CRUSADER_REM,
+		0
+	},
+
 	// GOG Crusader - No Regret
 	{
 		{




More information about the Scummvm-git-logs mailing list