[Scummvm-git-logs] scummvm master -> 8d51b5726b390e9345d55769e4e97014e5bda921
grisenti
noreply at scummvm.org
Sun Oct 22 21:02:53 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:
8d51b5726b HPL1: Add game variants to detection
Commit: 8d51b5726b390e9345d55769e4e97014e5bda921
https://github.com/scummvm/scummvm/commit/8d51b5726b390e9345d55769e4e97014e5bda921
Author: grisenti (emanuele at grisenti.net)
Date: 2023-10-22T23:02:36+02:00
Commit Message:
HPL1: Add game variants to detection
Changed paths:
engines/hpl1/detection_tables.h
diff --git a/engines/hpl1/detection_tables.h b/engines/hpl1/detection_tables.h
index 22c09502dc7..2335ef82483 100644
--- a/engines/hpl1/detection_tables.h
+++ b/engines/hpl1/detection_tables.h
@@ -44,6 +44,20 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
Common::Platform::kPlatformWindows,
ADGF_UNSTABLE,
GUIO0()},
+ // Penumbra: Overture (The Penumbra Collection)
+ {"penumbraoverture", nullptr,
+ AD_ENTRY1s("Penumbra.exe", "202990aa064ae67a675e2b187384036a", 2736128),
+ Common::Language::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO0()},
+ // Penumbra: Black Plague (GOG Galaxy version)
+ {"penumbrablackplague", nullptr,
+ AD_ENTRY1s("Penumbra.exe", "a066f7284e063ac3e5d7409102b7a497", 2985984),
+ Common::Language::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO0()},
AD_TABLE_END_MARKER};
More information about the Scummvm-git-logs
mailing list