[Scummvm-git-logs] scummvm master -> 5708f1a85820ef0aa1931466ce8b1d301dabc9be
yuv422
noreply at scummvm.org
Tue Dec 24 17:01:39 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:
5708f1a858 DARKSEED: Add detection entry for Chinese DOS floppy version.
Commit: 5708f1a85820ef0aa1931466ce8b1d301dabc9be
https://github.com/scummvm/scummvm/commit/5708f1a85820ef0aa1931466ce8b1d301dabc9be
Author: Eric Fry (yuv422 at reversedgames.com)
Date: 2024-12-24T09:59:30-07:00
Commit Message:
DARKSEED: Add detection entry for Chinese DOS floppy version.
Changed paths:
engines/darkseed/detection_tables.h
diff --git a/engines/darkseed/detection_tables.h b/engines/darkseed/detection_tables.h
index 57cc2001518..fcc3641b2c7 100644
--- a/engines/darkseed/detection_tables.h
+++ b/engines/darkseed/detection_tables.h
@@ -36,6 +36,15 @@ const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO1(GUIO_NONE)
},
+ {
+ "darkseed",
+ nullptr,
+ AD_ENTRY1s("TOS.EXE", "ba87f00c3a51ca3e3bb218fc58f128eb", 121662),
+ Common::ZH_ANY,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NONE)
+ },
{
"darkseed",
"CD",
More information about the Scummvm-git-logs
mailing list