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)
This commit is contained in:
Luadih 2024-05-11 18:08:11 -03:00 committed by GitHub
parent 2b0efd3eb3
commit 2cc9474aa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2757,13 +2757,6 @@
"OriginalValue": "1", "OriginalValue": "1",
"Type": "DWord" "Type": "DWord"
}, },
{
"Path": "HKCU:\\System\\GameConfigStore",
"Name": "GameDVR_DXGIHonorFSEWindowsCompatible",
"Value": "1",
"OriginalValue": "0",
"Type": "DWord"
},
{ {
"Path": "HKCU:\\System\\GameConfigStore", "Path": "HKCU:\\System\\GameConfigStore",
"Name": "GameDVR_HonorUserFSEBehaviorMode", "Name": "GameDVR_HonorUserFSEBehaviorMode",
@ -2832,6 +2825,22 @@
"Enable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6" "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": { "WPFTweaksEnableipsix": {
"Content": "Enable IPv6", "Content": "Enable IPv6",
"Description": "Enables IPv6.", "Description": "Enables IPv6.",