You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This moves the FSR settings in Gamescope, and removes support for
setting FSR in Wine.
wine-ge-custom already enables FSR by default, and discourages
the user from disabling it (#2636).
Since Gamescope is generally more independent and is a micro-compositor
with first-class support with FSR, it's safer to only have an option there,
and have the runner decide for the user if Gamescope isn't being used.
Having two separate FSR enablers is messy, as we need logic to avoid
enabling both of them at the same time, which Bottles isn't even doing.
The conditions mentioned above aren't communicated at all by having FSR
as a standalone setting.
Fixes#2755, #2636
0 commit comments