Skip to content

Commit

Permalink
Merge pull request #175 from Corben78/master
Browse files Browse the repository at this point in the history
Add fix for Rebel Galaxy Outlaw
  • Loading branch information
simons-public authored Jul 3, 2022
2 parents d80ff4f + e0d03b6 commit b849ea2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions protonfixes/gamefixes/910830.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
""" Game fix for Rebel Galaxy Outlaw
"""
#pylint: disable=C0103

from protonfixes import util

def main():
""" installs mfc42
"""

# https://github.com/ValveSoftware/Proton/issues/4216
util.protontricks('mfc42')

0 comments on commit b849ea2

Please sign in to comment.