Skip to content

Commit

Permalink
Merge pull request Open-Wine-Components#140 from iodream/fix-plain-sight
Browse files Browse the repository at this point in the history
Game fix for Plain Sight
  • Loading branch information
R1kaB3rN authored Sep 22, 2024
2 parents 5467bdc + 8dd3c7d commit 753eded
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gamefixes-steam/49900.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""Game fix for Plain Sight"""

from protonfixes import util

def main() -> None:
"""Installs XNA 3.1 to avoid crash when loading levels"""
util.protontricks('xna31')

0 comments on commit 753eded

Please sign in to comment.