Skip to content

Commit

Permalink
Merge pull request #57 from dunconio/master
Browse files Browse the repository at this point in the history
Game fix for Fallout 76
  • Loading branch information
R1kaB3rN authored Apr 14, 2024
2 parents d18f394 + 38bce31 commit a178f39
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gamefixes-steam/1151340.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
""" Game fix for Fallout 76
"""
#pylint: disable=C0103
from protonfixes import util

def main():
""" Ensure Faudio is installed so UI and NPC audio and music is audible
"""
util.protontricks('faudio')

0 comments on commit a178f39

Please sign in to comment.