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')