Skip to content

Commit

Permalink
Add Project Torque (steam 1112400) workaround (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kethen authored Jan 13, 2025
1 parent 61cf769 commit 2f969d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gamefixes-steam/1112400.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"""Game fix for Project Torque"""

from protonfixes import util

def main() -> None:
"""Game needs dotnet35 to launch"""
"""https://bugs.winehq.org/show_bug.cgi?id=57666"""
util.protontricks('dotnet35sp1')
util.protontricks('win10')

0 comments on commit 2f969d8

Please sign in to comment.