From 2cc9474aa3cf34e11e96db035e57d8fdd3ac4171 Mon Sep 17 00:00:00 2001 From: Luadih <50816896+Luadih@users.noreply.github.com> Date: Sat, 11 May 2024 18:08:11 -0300 Subject: [PATCH] Made disabling Fullscreen optimizations its own tweak (#1934) * Removed "GameDVR_DXGIHonorFSEWindowsCompatible" modification from "Disable GameDVR" tweak * Created advanced tweak "Disable fullscreen optimizations" Disables fullscreen optimizations in all applications. (Which can cause problems with Color Management in Exclusive Fullscreen) --- config/tweaks.json | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 2b45b9b5..6a8aa21c 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2757,13 +2757,6 @@ "OriginalValue": "1", "Type": "DWord" }, - { - "Path": "HKCU:\\System\\GameConfigStore", - "Name": "GameDVR_DXGIHonorFSEWindowsCompatible", - "Value": "1", - "OriginalValue": "0", - "Type": "DWord" - }, { "Path": "HKCU:\\System\\GameConfigStore", "Name": "GameDVR_HonorUserFSEBehaviorMode", @@ -2832,6 +2825,22 @@ "Enable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6" ] }, + "WPFTweaksDisableFSO": { + "Content": "Disable Fullscreen Optimizations", + "Description": "Disables FSO in all applications. NOTE: This will disable Color Management in Exclusive Fullscreen", + "category": "z__Advanced Tweaks - CAUTION", + "panel": "1", + "Order": "a032_", + "registry": [ + { + "Path": "HKCU:\\System\\GameConfigStore", + "Name": "GameDVR_DXGIHonorFSEWindowsCompatible", + "Value": "1", + "OriginalValue": "0", + "Type": "DWord" + } + ] + }, "WPFTweaksEnableipsix": { "Content": "Enable IPv6", "Description": "Enables IPv6.",