diff --git a/gamefixes-umu/umu-silenthill3.py b/gamefixes-umu/umu-silenthill3.py new file mode 100644 index 00000000..bb7b6029 --- /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 dc5bce19..1f0e0ffe 160000 --- a/subprojects/umu-database +++ b/subprojects/umu-database @@ -1 +1 @@ -Subproject commit dc5bce19818db9bb8c66de41cccc6e9f67a559b5 +Subproject commit 1f0e0ffe60f046b03dc10f3432b9ba5c36ae47f8