Skip to content

Commit

Permalink
Merge pull request #174 from ThisNekoGuy/master
Browse files Browse the repository at this point in the history
Added a fix for State of Decay 2 Crashes
  • Loading branch information
simons-public authored Apr 24, 2022
2 parents 7641285 + 14a71e2 commit d80ff4f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions protonfixes/gamefixes/495420.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
""" Game fix for State of Decay 2
"""
#pylint: disable=C0103

from protonfixes import util

def main():
""" Fix game crashes with d3dcompiler_47 and multiplayer crashes with win7
"""

util.protontricks('d3dcompiler_47')
util.protontricks('win7')

0 comments on commit d80ff4f

Please sign in to comment.