[Scummvm-git-logs] scummvm master -> aa02e9d30aba45eeb9fc01e6559583ff71619087

mduggan noreply at scummvm.org
Thu Mar 27 08:41:51 UTC 2025


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:
aa02e9d30a DGDS: Annotate EGA detection entries for Heart of China


Commit: aa02e9d30aba45eeb9fc01e6559583ff71619087
    https://github.com/scummvm/scummvm/commit/aa02e9d30aba45eeb9fc01e6559583ff71619087
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2025-03-27T19:40:26+11:00

Commit Message:
DGDS: Annotate EGA detection entries for Heart of China

Mark them as "EGA" to make it more explicit during detection.

This fixes #15832.

Changed paths:
    engines/dgds/detection_tables.h


diff --git a/engines/dgds/detection_tables.h b/engines/dgds/detection_tables.h
index 6c2e0e39db2..65ea844e709 100644
--- a/engines/dgds/detection_tables.h
+++ b/engines/dgds/detection_tables.h
@@ -339,7 +339,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Heart of China (PC) EGA 720kb Floppy version
 	{
 		"china",
-		0,
+		"EGA",
 		{
 			{"volume.rmf", 0, "4e61bfb1d323bf07ae9de7c37fcda0d0", 8208},
 			{"volume.001", 0, "9de863e3cb1467fde7d91c02942432de", 342873},
@@ -354,7 +354,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Heart of China (PC) EGA 1.2MB Floppy version
 	{
 		"china",
-		0,
+		"EGA",
 		{
 			{"volume.rmf", 0, "a1ffe0a1ba0efbb487f4b258ff860623", 8106},
 			{"volume.001", 0, "cd535e57d3ece406a054c254a479906e", 867861},
@@ -370,7 +370,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// 1.0 reported by ns394 (#15809)
 	{
 		"china",
-		0,
+		"EGA",
 		{
 			{"volume.rmf", 0, "1655f41c5de53f87c9851b3524f0cbae", 8208},
 			{"volume.001", 0, "9de863e3cb1467fde7d91c02942432de", 344018},




More information about the Scummvm-git-logs mailing list