Skip to content

Commit

Permalink
Game fix for Plain Sight
Browse files Browse the repository at this point in the history
Install XNA3.1 to avoid crash when loading levels
  • Loading branch information
iodream committed Sep 22, 2024
1 parent 2348f5d commit 8dd3c7d
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 8dd3c7d

Please sign in to comment.