From 3a158b19cd9c260f8ae22af2c7bb77376527e35b Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Fri, 1 Nov 2024 23:55:02 -0600 Subject: [PATCH] add game fix for silent hill 3 --- gamefixes-umu/umu-silenthill3.py | 9 +++++++++ subprojects/umu-database | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 gamefixes-umu/umu-silenthill3.py diff --git a/gamefixes-umu/umu-silenthill3.py b/gamefixes-umu/umu-silenthill3.py new file mode 100644 index 0000000..bb7b602 --- /dev/null +++ b/gamefixes-umu/umu-silenthill3.py @@ -0,0 +1,9 @@ +"""Game fix for Silent Hill 3""" + +from protonfixes import util + + +def main() -> None: + + # Set SteamGameId so that non-steam versions can pick up steam-specific fixes in proton's wine code + util.set_environment('SteamGameId', 'silenthill3') diff --git a/subprojects/umu-database b/subprojects/umu-database index dc5bce1..1f0e0ff 160000 --- a/subprojects/umu-database +++ b/subprojects/umu-database @@ -1 +1 @@ -Subproject commit dc5bce19818db9bb8c66de41cccc6e9f67a559b5 +Subproject commit 1f0e0ffe60f046b03dc10f3432b9ba5c36ae47f8