From 7ed8c8b4d9e677422a6488806f9974d8cd5adf51 Mon Sep 17 00:00:00 2001 From: UsernamesAreNotMyThing <92757918+UsernamesAreNotMyThing@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:24:02 -0400 Subject: [PATCH] Add God of War Ragnarok fix Includes an environment override to allow the game to run on desktop Linux. --- gamefixes-steam/2322010.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gamefixes-steam/2322010.py diff --git a/gamefixes-steam/2322010.py b/gamefixes-steam/2322010.py new file mode 100644 index 0000000..3ca4e14 --- /dev/null +++ b/gamefixes-steam/2322010.py @@ -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')