Skip to content

Commit

Permalink
Merge branch 'Open-Wine-Components:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
UsernamesAreNotMyThing authored Nov 3, 2024
2 parents c5724e5 + 3a158b1 commit 76503a4
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 76503a4

Please sign in to comment.