Skip to content

Commit

Permalink
Add fix for Rebel Galaxy Outlaw
Browse files Browse the repository at this point in the history
  • Loading branch information
Corben78 committed Jul 1, 2022
1 parent d80ff4f commit e0d03b6
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 e0d03b6

Please sign in to comment.