[Scummvm-git-logs] scummvm master -> 037f7222159e94449dad0d99192362e68ac082f8
digitall
noreply at scummvm.org
Sat Nov 4 00:28:08 UTC 2023
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:
037f722215 HPL1: Add Detection Entry For CD Release of Penumbra Black Plague
Commit: 037f7222159e94449dad0d99192362e68ac082f8
https://github.com/scummvm/scummvm/commit/037f7222159e94449dad0d99192362e68ac082f8
Author: D G Turner (digitall at scummvm.org)
Date: 2023-11-04T00:28:07Z
Commit Message:
HPL1: Add Detection Entry For CD Release of Penumbra Black Plague
Changed paths:
engines/hpl1/detection_tables.h
diff --git a/engines/hpl1/detection_tables.h b/engines/hpl1/detection_tables.h
index dad8e447ed0..320c685de8a 100644
--- a/engines/hpl1/detection_tables.h
+++ b/engines/hpl1/detection_tables.h
@@ -74,6 +74,17 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
GUIO0()
},
+ // Penumbra: Black Plague (CD)
+ {
+ "penumbrablackplague",
+ nullptr,
+ AD_ENTRY1s("Penumbra.exe", "be48f62ecd16975e31083989129eafd3", 8159232),
+ Common::Language::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
+
AD_TABLE_END_MARKER
};
More information about the Scummvm-git-logs
mailing list