diff --git a/gamefixes-steam/12840.py b/gamefixes-steam/12840.py new file mode 100755 index 00000000..f3e8e2b0 --- /dev/null +++ b/gamefixes-steam/12840.py @@ -0,0 +1,11 @@ +""" Game fix for Dirt 2 +""" + +from protonfixes import util + + +def main(): + """ This game uses GFWL, which causes it to fail to launch. xliveless is needed to get this working. + """ + + util.protontricks('xliveless')