Skip to content

Commit

Permalink
Merge pull request #108 from ProjectSynchro/add-dirt2
Browse files Browse the repository at this point in the history
steam: Add Dirt 2 protonfix
  • Loading branch information
R1kaB3rN authored Aug 28, 2024
2 parents bb18758 + 5cabadb commit c9ddbba
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 c9ddbba

Please sign in to comment.