mirror of
https://github.com/ublue-os/bazzite.git
synced 2024-12-27 06:18:44 +00:00
chore: Increase game mode hz to 90
This commit is contained in:
parent
e4fdd6b352
commit
67f99a14b5
@ -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
|
||||
|
@ -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;
|
||||
+ }
|
||||
|
Loading…
Reference in New Issue
Block a user