Skip to content

Commit a178f39

Browse files
authored
Merge pull request #57 from dunconio/master
Game fix for Fallout 76
2 parents d18f394 + 38bce31 commit a178f39

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

gamefixes-steam/1151340.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
""" Game fix for Fallout 76
2+
"""
3+
#pylint: disable=C0103
4+
from protonfixes import util
5+
6+
def main():
7+
""" Ensure Faudio is installed so UI and NPC audio and music is audible
8+
"""
9+
util.protontricks('faudio')

0 commit comments

Comments
 (0)