[Scummvm-git-logs] scummvm master -> 5d46702c624b851344b10869ae1c90c428bb6e3c
grisenti
noreply at scummvm.org
Fri Aug 29 07:38:20 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:
5d46702c62 HPL1: Set black plague to unsupported
Commit: 5d46702c624b851344b10869ae1c90c428bb6e3c
https://github.com/scummvm/scummvm/commit/5d46702c624b851344b10869ae1c90c428bb6e3c
Author: grisenti (emanuele at grisenti.dev)
Date: 2025-08-29T09:38:09+02:00
Commit Message:
HPL1: Set black plague to unsupported
Changed paths:
engines/hpl1/detection_tables.h
diff --git a/engines/hpl1/detection_tables.h b/engines/hpl1/detection_tables.h
index 0e7a53d7154..7e191b19101 100644
--- a/engines/hpl1/detection_tables.h
+++ b/engines/hpl1/detection_tables.h
@@ -81,7 +81,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
AD_ENTRY1s("Penumbra.exe", "a066f7284e063ac3e5d7409102b7a497", 2985984),
Common::Language::EN_ANY,
Common::kPlatformWindows,
- ADGF_UNSTABLE,
+ ADGF_UNSUPPORTED,
GUIO0()
},
@@ -92,7 +92,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
AD_ENTRY1s("Penumbra.exe", "be48f62ecd16975e31083989129eafd3", 8159232),
Common::Language::EN_ANY,
Common::kPlatformWindows,
- ADGF_UNSTABLE,
+ ADGF_UNSUPPORTED,
GUIO0()
},
More information about the Scummvm-git-logs
mailing list