[Scummvm-git-logs] scummvm master -> dfd960e3a984d04d7ef22d3730faffdee47bc7d1
bluegr
noreply at scummvm.org
Tue Jul 2 13:53:59 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:
dfd960e3a9 DGDS: add english variants of china
Commit: dfd960e3a984d04d7ef22d3730faffdee47bc7d1
https://github.com/scummvm/scummvm/commit/dfd960e3a984d04d7ef22d3730faffdee47bc7d1
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-07-02T16:53:56+03:00
Commit Message:
DGDS: add english variants of china
Changed paths:
engines/dgds/detection_tables.h
diff --git a/engines/dgds/detection_tables.h b/engines/dgds/detection_tables.h
index 6fe629d1ffd..aed1420953a 100644
--- a/engines/dgds/detection_tables.h
+++ b/engines/dgds/detection_tables.h
@@ -217,6 +217,36 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ // Heart of China (PC) 720kb Floppy version
+ {
+ "china",
+ 0,
+ {
+ {"volume.rmf", 0, "4e61bfb1d323bf07ae9de7c37fcda0d0", 8208},
+ {"volume.001", 0, "9de863e3cb1467fde7d91c02942432de", 342873},
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NONE)
+ },
+
+ // Heart of China (PC) 1.2MB Floppy version
+ {
+ "china",
+ 0,
+ {
+ {"volume.rmf", 0, "a1ffe0a1ba0efbb487f4b258ff860623", 8106},
+ {"volume.001", 0, "cd535e57d3ece406a054c254a479906e", 867861},
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NONE)
+ },
+
// Heart of China (PC)
{
"china",
More information about the Scummvm-git-logs
mailing list