Skip to content

Commit

Permalink
silenthill3 doesnt need patched in workaround, just needs directmusic…
Browse files Browse the repository at this point in the history
… and dsound=builtin
  • Loading branch information
GloriousEggroll committed Nov 4, 2024
1 parent ec14c93 commit 3492e02
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gamefixes-umu/umu-silenthill3.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

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
# Needs directmusic for some cutscenes
util.protontricks('directmusic')
util.winedll_override("dsound", "builtin")

0 comments on commit 3492e02

Please sign in to comment.