Skip to content

Commit

Permalink
Merge pull request #133 from UsernamesAreNotMyThing/master
Browse files Browse the repository at this point in the history
Environment override to allow God of War: Ragnarok to run on desktop Linux
  • Loading branch information
GloriousEggroll authored Sep 24, 2024
2 parents 2eb7ff9 + f3cca3c commit 9d3e4d7
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 9d3e4d7

Please sign in to comment.