From 5941f4f0bc8d50b73831256e3d26e16c3b186ea6 Mon Sep 17 00:00:00 2001 From: SuperSamus <40663462+SuperSamus@users.noreply.github.com> Date: Mon, 25 Dec 2023 19:11:44 +0100 Subject: [PATCH] fix: Gamescope options arguments --- bottles/backend/wine/winecommand.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bottles/backend/wine/winecommand.py b/bottles/backend/wine/winecommand.py index 578aa4efaa..3bce1899e2 100644 --- a/bottles/backend/wine/winecommand.py +++ b/bottles/backend/wine/winecommand.py @@ -604,9 +604,9 @@ def _get_gamescope_cmd(self, return_steam_cmd: bool = False) -> str: if params.gamescope_borderless: gamescope_cmd.append("-b") if params.gamescope_scaling: - gamescope_cmd.append("-n") + gamescope_cmd.append("-S integer") if params.fsr: - gamescope_cmd.append("-U") + gamescope_cmd.append("-F fsr") # Upscaling sharpness is from 0 to 20. There are 5 FSR upscaling levels, # so multiply by 4 to reach 20 gamescope_cmd.append(