[Scummvm-git-logs] scummvm master -> 0371faa1ea5df91773c64b6cc40221f7dec0f445

yuv422 noreply at scummvm.org
Wed Dec 11 20:36:31 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:
0371faa1ea DARKSEED: Add detection entry for French DOS CD version


Commit: 0371faa1ea5df91773c64b6cc40221f7dec0f445
    https://github.com/scummvm/scummvm/commit/0371faa1ea5df91773c64b6cc40221f7dec0f445
Author: Eric Fry (yuv422 at reversedgames.com)
Date: 2024-12-12T07:35:26+11:00

Commit Message:
DARKSEED: Add detection entry for French DOS CD version

Changed paths:
    engines/darkseed/detection_tables.h


diff --git a/engines/darkseed/detection_tables.h b/engines/darkseed/detection_tables.h
index 293e72d3021..b563927c593 100644
--- a/engines/darkseed/detection_tables.h
+++ b/engines/darkseed/detection_tables.h
@@ -63,6 +63,15 @@ const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE | ADGF_CD,
 		GUIO1(GUIO_NONE)
 	},
+{
+		"darkseed",
+		"CD",
+		AD_ENTRY1s("TOS.EXE", "9b8cdd3b4268d18babf7629fca6a271e", 143534),
+		Common::FR_FRA,
+		Common::kPlatformDOS,
+		ADGF_UNSTABLE | ADGF_CD,
+		GUIO1(GUIO_NONE)
+	},
 	{
 		"darkseed",
 		"CD",




More information about the Scummvm-git-logs mailing list