Skip to content

Commit

Permalink
update silent hill 3 fixes. paired with patched in workaround in proton
Browse files Browse the repository at this point in the history
resolves #8
  • Loading branch information
GloriousEggroll committed Nov 4, 2024
1 parent 3a158b1 commit ec14c93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gamefixes-umu/umu-silenthill3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit ec14c93

Please sign in to comment.