[Scummvm-git-logs] scummvm master -> 95fb6fd85e225f3fb192c83f74ca3e47a18ca728
bluegr
noreply at scummvm.org
Sun Sep 14 05:41:57 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:
95fb6fd85e HPL1: Add detection entries for Mac Steam release
Commit: 95fb6fd85e225f3fb192c83f74ca3e47a18ca728
https://github.com/scummvm/scummvm/commit/95fb6fd85e225f3fb192c83f74ca3e47a18ca728
Author: C.W. Betts (computers57 at hotmail.com)
Date: 2025-09-14T08:41:53+03:00
Commit Message:
HPL1: Add detection entries for Mac Steam release
Note: 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 693bc6b8567..2ed193335fa 100644
--- a/engines/hpl1/detection_tables.h
+++ b/engines/hpl1/detection_tables.h
@@ -62,6 +62,17 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
GUIO0()
},
+ // Penumbra: Overture (Steam v1.1.1 - Mac Intel only)
+ {
+ "penumbraoverture",
+ nullptr,
+ AD_ENTRY1s("Penumbra.app/Contents/MacOS/Penumbra", "18d91c220e3461f2f7cf257009068416", 8468352),
+ Common::Language::EN_ANY,
+ Common::Platform::kPlatformMacintosh,
+ ADGF_TESTING,
+ GUIO0()
+ },
+
// Penumbra: Overture (v1.0.3 - Mac PPC + Intel)
{
"penumbraoverture",
More information about the Scummvm-git-logs
mailing list