diff --git a/spec_files/gamescope/gamescope.spec b/spec_files/gamescope/gamescope.spec index e4ca780e..cbd1059f 100644 --- a/spec_files/gamescope/gamescope.spec +++ b/spec_files/gamescope/gamescope.spec @@ -6,7 +6,7 @@ Name: gamescope Version: 100.%{gamescope_tag} -Release: 9.bazzite +Release: 10.bazzite Summary: Micro-compositor for video games on Wayland License: BSD diff --git a/spec_files/gamescope/handheld.patch b/spec_files/gamescope/handheld.patch index 2ceed6c7..9a3ef369 100644 --- a/spec_files/gamescope/handheld.patch +++ b/spec_files/gamescope/handheld.patch @@ -826,9 +826,9 @@ index 7dacfe7..f4446f0 100644 int nTargetFPS = g_nSteamCompMgrTargetFPS; - if ( g_nSteamCompMgrTargetFPS && bShouldLimitFPS && nRefreshHz > nTargetFPS ) + -+ if ( nRefreshHz > 60 && g_refreshHalve ) ++ if ( nRefreshHz > 90 && g_refreshHalve ) + { -+ // Refresh halve above 60Hz if steamui is active ++ // Refresh halve above 90Hz if steamui is active + if ( vblank_idx % 2 != 0 ) + return false; + }