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

criezy noreply at scummvm.org
Tue Sep 16 00:06:24 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:
d65a3fac79 HPL1: Add detection entry for Black Plague Mac from GOG


Commit: d65a3fac791a838d30c111bc416bbf99a953039c
    https://github.com/scummvm/scummvm/commit/d65a3fac791a838d30c111bc416bbf99a953039c
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2025-09-16T01:06:10+01:00

Commit Message:
HPL1: Add detection entry for Black Plague Mac from GOG

Changed paths:
    engines/hpl1/detection_tables.h


diff --git a/engines/hpl1/detection_tables.h b/engines/hpl1/detection_tables.h
index 92ee1f031de..bfbb51aa119 100644
--- a/engines/hpl1/detection_tables.h
+++ b/engines/hpl1/detection_tables.h
@@ -162,6 +162,17 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		GUIO0()
 	},
 
+	// Penumbra: Black Plague (Mac GOG v1.1.1)
+	{
+		"penumbrablackplague",
+		nullptr,
+		AD_ENTRY1s("BlackPlague.app/Contents/MacOS/BlackPlague", "867ea67dd189ad4c191e0a9664d2f065", 8856992),
+		Common::Language::EN_ANY,
+		Common::Platform::kPlatformMacintosh,
+		ADGF_UNSUPPORTED,
+		GUIO0()
+	},
+
 	// Penumbra: Black Plague (CD)
 	{
 		"penumbrablackplague",




More information about the Scummvm-git-logs mailing list