Skip to content

Commit

Permalink
add game fix for silent hill 3
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Nov 2, 2024
1 parent f6f4fd2 commit 3a158b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions gamefixes-umu/umu-silenthill3.py
Original file line number Diff line number Diff line change
@@ -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')
2 changes: 1 addition & 1 deletion subprojects/umu-database

0 comments on commit 3a158b1

Please sign in to comment.