[Scummvm-git-logs] scummvm master -> eb53f93f0d4cfaaabd2103c5c3899a9a02533229
grisenti
noreply at scummvm.org
Fri Sep 5 12:32:38 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:
eb53f93f0d HPL1: Add detection entry
Commit: eb53f93f0d4cfaaabd2103c5c3899a9a02533229
https://github.com/scummvm/scummvm/commit/eb53f93f0d4cfaaabd2103c5c3899a9a02533229
Author: grisenti (emanuele at grisenti.dev)
Date: 2025-09-05T14:32:05+02:00
Commit Message:
HPL1: Add detection entry
Changed paths:
engines/hpl1/detection_tables.h
diff --git a/engines/hpl1/detection_tables.h b/engines/hpl1/detection_tables.h
index 78c1966e70b..8339eb4d49a 100644
--- a/engines/hpl1/detection_tables.h
+++ b/engines/hpl1/detection_tables.h
@@ -63,7 +63,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
GUIO0()
},
- // Penumbra: Overture (Steam)
+ // Penumbra: Overture (Steam - Windows)
{
"penumbraoverture",
nullptr,
@@ -74,6 +74,17 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
GUIO0()
},
+ // Penumbra: Overture (Steam - Linux)
+ {
+ "penumbraoverture",
+ nullptr,
+ AD_ENTRY1s("penumbra.bin", "41950a7597b7d9976f77a73a43e8871d", 6301460),
+ Common::Language::EN_ANY,
+ Common::kPlatformLinux,
+ ADGF_TESTING,
+ GUIO0()
+ },
+
// Penumbra: Black Plague (GOG v1.0)
{
"penumbrablackplague",
More information about the Scummvm-git-logs
mailing list