[Scummvm-git-logs] scummvm master -> b66b27981ebb81830d8829027c0d3f5402b796a1
bluegr
noreply at scummvm.org
Thu Feb 13 11:54:32 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:
b66b27981e HADESCH: Add pirated Mac version to detection
Commit: b66b27981ebb81830d8829027c0d3f5402b796a1
https://github.com/scummvm/scummvm/commit/b66b27981ebb81830d8829027c0d3f5402b796a1
Author: eientei95 (einstein95 at users.noreply.github.com)
Date: 2025-02-13T13:54:28+02:00
Commit Message:
HADESCH: Add pirated Mac version to detection
Changed paths:
engines/hadesch/detection_tables.h
diff --git a/engines/hadesch/detection_tables.h b/engines/hadesch/detection_tables.h
index a5d710c84d2..a3fc8d579da 100644
--- a/engines/hadesch/detection_tables.h
+++ b/engines/hadesch/detection_tables.h
@@ -56,7 +56,6 @@ static const ADGameDescription gameDescriptions[] = {
Common::kPlatformMacintosh,
ADGF_DROPPLATFORM,
GUIO1(GUIO_NOMIDI)
-
},
{
"hadesch",
@@ -117,6 +116,20 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_DROPPLATFORM | ADGF_PIRATED,
GUIO1(GUIO_NOMIDI)
},
+ {
+ "hadesch",
+ 0,
+ {
+ {"Hades Challenge PPC", 0, "r:0a1dd550e5efe7f36370e689811fac73", 28945},
+ {"WD.POD", 0, "d:be7030fc4229e69e719ee2c756eb6ba1", 7479768},
+ {"ol.pod", 0, "d:6bf95a48f366bdf8af3a198c7b723c77", 5621074},
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformMacintosh,
+ ADGF_DROPPLATFORM | ADGF_PIRATED,
+ GUIO1(GUIO_NOMIDI)
+ },
{
"hadesch",
0,
More information about the Scummvm-git-logs
mailing list