[Scummvm-git-logs] scummvm master -> 1e1a0d6e5a3dee4187aacbd9aa445afadc0fa363

mduggan noreply at scummvm.org
Sun Mar 1 09:34:27 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
1e1a0d6e5a DGDS: Add detection for Heart of China Spanish


Commit: 1e1a0d6e5a3dee4187aacbd9aa445afadc0fa363
    https://github.com/scummvm/scummvm/commit/1e1a0d6e5a3dee4187aacbd9aa445afadc0fa363
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2026-03-01T20:33:19+11:00

Commit Message:
DGDS: Add detection for Heart of China Spanish

This fixes #16273.

Changed paths:
    engines/dgds/detection_tables.h


diff --git a/engines/dgds/detection_tables.h b/engines/dgds/detection_tables.h
index 47f07821f7d..8aa49d366a3 100644
--- a/engines/dgds/detection_tables.h
+++ b/engines/dgds/detection_tables.h
@@ -459,6 +459,21 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NONE)
 	},
 
+	// Heart of China (Spanish), reported by Pakolmo (#16273)
+	{
+		"china",
+		0,
+		{
+			{"volume.rmf", 0, "072cffb026d91b8d25d11c70f4a57fb2", 10032},
+			{"volume.001", 0, "f3b05430e2fd64598fe9e7b422ae63e3", 1101775},
+			AD_LISTEND
+		},
+		Common::ES_ESP,
+		Common::kPlatformDOS,
+		ADGF_NO_FLAGS,
+		GUIO1(GUIO_NONE)
+	},
+
 	// Heart of China (Macintosh)
 	{
 		"china",




More information about the Scummvm-git-logs mailing list