From ec14c93254568c2213b9a3f61908b88a19722441 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Mon, 4 Nov 2024 12:55:27 -0700 Subject: [PATCH] update silent hill 3 fixes. paired with patched in workaround in proton resolves #8 --- gamefixes-umu/umu-silenthill3.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gamefixes-umu/umu-silenthill3.py b/gamefixes-umu/umu-silenthill3.py index bb7b602..89712d8 100644 --- a/gamefixes-umu/umu-silenthill3.py +++ b/gamefixes-umu/umu-silenthill3.py @@ -7,3 +7,7 @@ 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') + + # Needs dsdmo for some cutscenes + util.protontricks('directmusic') + util.winedll_override("dsound", "builtin")