[Scummvm-git-logs] scummvm master -> 3beddd858e57896c6d3781993b8ef40b663f7580
bluegr
noreply at scummvm.org
Sun Apr 6 15:14:44 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:
3beddd858e HPL1: Add a new detection entry for Penumbra: Overture
Commit: 3beddd858e57896c6d3781993b8ef40b663f7580
https://github.com/scummvm/scummvm/commit/3beddd858e57896c6d3781993b8ef40b663f7580
Author: changxinhuang (chancewithchance at outlook.com)
Date: 2025-04-06T18:14:42+03:00
Commit Message:
HPL1: Add a new detection entry for Penumbra: Overture
Changed paths:
engines/hpl1/detection_tables.h
diff --git a/engines/hpl1/detection_tables.h b/engines/hpl1/detection_tables.h
index 320c685de8a..0e7a53d7154 100644
--- a/engines/hpl1/detection_tables.h
+++ b/engines/hpl1/detection_tables.h
@@ -63,6 +63,17 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
GUIO0()
},
+ // Penumbra: Overture (Steam)
+ {
+ "penumbraoverture",
+ nullptr,
+ AD_ENTRY1s("Penumbra.exe", "384e33ddc55f51debca07b6538087e75", 3104768),
+ Common::Language::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
+
// Penumbra: Black Plague (GOG v1.0)
{
"penumbrablackplague",
More information about the Scummvm-git-logs
mailing list