Skip to content

Commit

Permalink
steam: Add Dirt 2 protonfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed Aug 27, 2024
1 parent ad6a519 commit 5cabadb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gamefixes-steam/12840.py
Original file line number Diff line number Diff line change
@@ -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')

0 comments on commit 5cabadb

Please sign in to comment.