[Scummvm-git-logs] scummvm master -> 53f34d3acfdcbb20be2c3392b450a97754a3c52d

phcoder phcoder at gmail.com
Mon Nov 9 00:13:56 UTC 2020


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:
53f34d3acf HADESCH: Add detection of 2 known bad dumps


Commit: 53f34d3acfdcbb20be2c3392b450a97754a3c52d
    https://github.com/scummvm/scummvm/commit/53f34d3acfdcbb20be2c3392b450a97754a3c52d
Author: Vladimir Serbinenko (phcoder at google.com)
Date: 2020-11-09T01:13:16+01:00

Commit Message:
HADESCH: Add detection of 2 known bad dumps

Changed paths:
    engines/hadesch/detection_tables.h


diff --git a/engines/hadesch/detection_tables.h b/engines/hadesch/detection_tables.h
index 200497f62b..8573d9f13f 100644
--- a/engines/hadesch/detection_tables.h
+++ b/engines/hadesch/detection_tables.h
@@ -43,7 +43,6 @@ static const ADGameDescription gameDescriptions[] = {
 		Common::kPlatformWindows,
 		ADGF_UNSTABLE | ADGF_DROPPLATFORM,
 		GUIO1(GUIO_NOMIDI)
-
 	},
 	{
 		"hadesch",
@@ -90,6 +89,35 @@ static const ADGameDescription gameDescriptions[] = {
 
 	},
 
+	// Bad dumps from archive.org
+	{
+		"hadesch",
+		0,
+		{
+			{"hadesch.exe", 0, "178b3a69171cb5a4eeeddd0d5993b8c5", 1134592},
+			{"WD.POD", 0, "be7030fc4229e69e719ee2c756eb6ba1", 7479768},
+			{"ol.pod", 0, "d41d8cd98f00b204e9800998ecf8427e", 5621074},
+			AD_LISTEND
+		},
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE | ADGF_DROPPLATFORM | ADGF_PIRATED,
+		GUIO1(GUIO_NOMIDI)
+	},
+	{
+		"hadesch",
+		0,
+		{
+			{"hadesch.exe", 0, "178b3a69171cb5a4eeeddd0d5993b8c5", 1134592},
+			{"WD.POD", 0, "be7030fc4229e69e719ee2c756eb6ba1", 7479768},
+			{"ol.pod", 0, "6bf95a48f366bdf8af3a198c7b723c77", 5621074},
+			AD_LISTEND
+		},
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE | ADGF_DROPPLATFORM | ADGF_PIRATED,
+		GUIO1(GUIO_NOMIDI)
+	},
 	AD_TABLE_END_MARKER
 };
 




More information about the Scummvm-git-logs mailing list