Skip to content

Commit

Permalink
Remove exe redirect (#171)
Browse files Browse the repository at this point in the history
Remove bypassing the launcher, launcher related issues have been fixed
  • Loading branch information
kasha695 authored Dec 14, 2024
1 parent f2d5f35 commit 6970e8f
Showing 1 changed file with 0 additions and 4 deletions.
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 6970e8f

Please sign in to comment.