From eb9ecaffbe33dbbf40e0743e97a87f6338eb25f7 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Sat, 19 Aug 2023 15:19:40 -0600 Subject: [PATCH] patches: no longer enable FSR by default, it messes with in-game resolution options --- patches/protonprep-valve-staging.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/protonprep-valve-staging.sh b/patches/protonprep-valve-staging.sh index 4b6a4c1556..1ee7a9d96b 100755 --- a/patches/protonprep-valve-staging.sh +++ b/patches/protonprep-valve-staging.sh @@ -348,8 +348,8 @@ echo "WINE: -FSR- fullscreen hack fsr patch" patch -Np1 < ../patches/proton/48-proton-fshack_amd_fsr.patch - echo "WINE: -FSR- enable FSR flag by default (fixes broken fs hack scaling in some games like Apex and FFXIV)" - patch -Np1 < ../patches/proton/71-invert-fsr-logic.patch + #echo "WINE: -FSR- enable FSR flag by default (fixes broken fs hack scaling in some games like Apex and FFXIV)" + #patch -Np1 < ../patches/proton/71-invert-fsr-logic.patch ### END PROTON-GE ADDITIONAL CUSTOM PATCHES ### ### END WINE PATCHING ###