[Scummvm-git-logs] scummvm master -> 23d0b95be6f5b910212f61be27cdba2360c2b485
bluegr
noreply at scummvm.org
Sun Sep 14 11:34:25 UTC 2025
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:
23d0b95be6 HPL1: Add detection entry for Black Plague
Commit: 23d0b95be6f5b910212f61be27cdba2360c2b485
https://github.com/scummvm/scummvm/commit/23d0b95be6f5b910212f61be27cdba2360c2b485
Author: C.W. Betts (computers57 at hotmail.com)
Date: 2025-09-14T14:34:21+03:00
Commit Message:
HPL1: Add detection entry for Black Plague
Also has not been tested.
Changed paths:
engines/hpl1/detection_tables.h
diff --git a/engines/hpl1/detection_tables.h b/engines/hpl1/detection_tables.h
index 2ed193335fa..92ee1f031de 100644
--- a/engines/hpl1/detection_tables.h
+++ b/engines/hpl1/detection_tables.h
@@ -151,6 +151,17 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
GUIO0()
},
+ // Penumbra: Black Plague (Mac Steam v1.1.1)
+ {
+ "penumbrablackplague",
+ nullptr,
+ AD_ENTRY1s("BlackPlague.app/Contents/MacOS/BlackPlague", "e3ddadc4809ab9853079c0db50f3e032", 9090512),
+ Common::Language::EN_ANY,
+ Common::Platform::kPlatformMacintosh,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+
// Penumbra: Black Plague (CD)
{
"penumbrablackplague",
More information about the Scummvm-git-logs
mailing list