diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2022-11-25 22:42:24 -0500 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2022-11-25 22:42:24 -0500 |
commit | b670c350e48f6c974064f3019c171d2b6dbb2d9a (patch) | |
tree | 471b1c1aa53b57ff1291d3a7d44d840e96c806a1 /src | |
parent | f209e976f4887f399250c558ac725bc5723eec38 (diff) |
settings: Reset FSR sharpening global state with the others
Diffstat (limited to 'src')
-rw-r--r-- | src/common/settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp index 926268ffc..d8ffe34c3 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp @@ -182,6 +182,7 @@ void RestoreGlobalState(bool is_powered_on) { values.cpuopt_unsafe_ignore_global_monitor.SetGlobal(true); // Renderer + values.fsr_sharpening_slider.SetGlobal(true); values.renderer_backend.SetGlobal(true); values.vulkan_device.SetGlobal(true); values.aspect_ratio.SetGlobal(true); |