[Scummvm-git-logs] scummvm master -> 52661f879bb6b392586ce08909d0bb676f3e1a8e

yuv422 noreply at scummvm.org
Sun Dec 15 10:56:43 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:
52661f879b DARKSEED: Add DOS Spanish CD variant


Commit: 52661f879bb6b392586ce08909d0bb676f3e1a8e
    https://github.com/scummvm/scummvm/commit/52661f879bb6b392586ce08909d0bb676f3e1a8e
Author: Eric Fry (yuv422 at reversedgames.com)
Date: 2024-12-15T21:54:07+11:00

Commit Message:
DARKSEED: Add DOS Spanish CD variant

Changed paths:
    engines/darkseed/detection_tables.h


diff --git a/engines/darkseed/detection_tables.h b/engines/darkseed/detection_tables.h
index 5c694988250..57cc2001518 100644
--- a/engines/darkseed/detection_tables.h
+++ b/engines/darkseed/detection_tables.h
@@ -72,6 +72,15 @@ const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE | ADGF_CD,
 		GUIO1(GUIO_NONE)
 	},
+{
+		"darkseed",
+		"CD",
+		AD_ENTRY1s("TOS.EXE", "3c00f3e80fa2c40641278243f96b8398", 170944),
+		Common::ES_ESP,
+		Common::kPlatformDOS,
+		ADGF_UNSTABLE | ADGF_CD,
+		GUIO1(GUIO_NONE)
+	},
 	{
 		"darkseed",
 		"CD",




More information about the Scummvm-git-logs mailing list