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 Dec 15, 2024
2 parents 71cf735 + 6970e8f commit fb4055c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 9 additions & 0 deletions gamefixes-steam/33460.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"""Game fix for From Dust"""

from protonfixes import util


def main() -> None:
"""Game will get stuck on initial loading screen unless these are disabled"""
util.disable_esync()
util.disable_fsync()
4 changes: 0 additions & 4 deletions gamefixes-steam/377840.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@


def main() -> None:
"""Changes the proton argument from the launcher to the game"""
# Fix crackling audio
util.set_environment('PULSE_LATENCY_MSEC', '60')

# Replace launcher with game exe in proton arguments
util.replace_command('FF9_Launcher.exe', 'x64/FF9.exe')

0 comments on commit fb4055c

Please sign in to comment.