[Scummvm-git-logs] scummvm master -> 98eee10915381fbfd6a8370e022f797bf1da46fc
yuv422
noreply at scummvm.org
Sat Nov 16 04:00:21 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:
98eee10915 DARKSEED: Add German CD version detection entry
Commit: 98eee10915381fbfd6a8370e022f797bf1da46fc
https://github.com/scummvm/scummvm/commit/98eee10915381fbfd6a8370e022f797bf1da46fc
Author: Eric Fry (yuv422 at reversedgames.com)
Date: 2024-11-16T14:59:41+11:00
Commit Message:
DARKSEED: Add German CD version detection entry
Changed paths:
engines/darkseed/detection_tables.h
diff --git a/engines/darkseed/detection_tables.h b/engines/darkseed/detection_tables.h
index 83760bee963..293e72d3021 100644
--- a/engines/darkseed/detection_tables.h
+++ b/engines/darkseed/detection_tables.h
@@ -54,6 +54,15 @@ const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE | ADGF_CD,
GUIO1(GUIO_NONE)
},
+ {
+ "darkseed",
+ "CD",
+ AD_ENTRY1s("TOS.EXE", "57581682c29fc7d242b463210b6e54b4", 144422),
+ Common::DE_DEU,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE | ADGF_CD,
+ GUIO1(GUIO_NONE)
+ },
{
"darkseed",
"CD",
More information about the Scummvm-git-logs
mailing list