From e0d03b69082a856176d7a43266004a3757d4ad10 Mon Sep 17 00:00:00 2001 From: Corben Dallas Date: Fri, 1 Jul 2022 11:29:56 +0200 Subject: [PATCH] Add fix for Rebel Galaxy Outlaw --- protonfixes/gamefixes/910830.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 protonfixes/gamefixes/910830.py diff --git a/protonfixes/gamefixes/910830.py b/protonfixes/gamefixes/910830.py new file mode 100644 index 00000000..be4f76b5 --- /dev/null +++ b/protonfixes/gamefixes/910830.py @@ -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')