Skip to content

Commit

Permalink
Add God of War Ragnarok fix
Browse files Browse the repository at this point in the history
Includes an environment override to allow the game to run on desktop Linux.
  • Loading branch information
UsernamesAreNotMyThing authored and GloriousEggroll committed Sep 24, 2024
1 parent 2eb7ff9 commit 7ed8c8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gamefixes-steam/2322010.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Game fix for God of War: Ragnarok
Will not launch without SteamDeck=1
"""

from protonfixes import util

def main() -> None:
util.set_environment('SteamDeck', '1')

0 comments on commit 7ed8c8b

Please sign in to comment.