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 Sep 20, 2024
1 parent cb9b6c8 commit f3cca3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gamefixes-steam/2322010.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"Game fix for God of War: Ragnarok"
from os import environ

def main():
# Game won't launch on non-Steam Deck systems without this environment variable
environ['SteamDeck'] = '1'

0 comments on commit f3cca3c

Please sign in to comment.