Skip to content

Commit

Permalink
Add fix for Marvel Rivals
Browse files Browse the repository at this point in the history
  • Loading branch information
tperalta82 committed Jan 10, 2025
1 parent 3d7215c commit 6ff3b79
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gamefixes-steam/2767030.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Game fix for Marvel Rivals"""

from protonfixes import util


def main() -> None:
"""Game needs SteamDeck=1 to start since season 1"""
util.set_environment('SteamDeck', '1')

0 comments on commit 6ff3b79

Please sign in to comment.