summaryrefslogtreecommitdiff
path: root/src/common/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/settings.cpp')
-rw-r--r--src/common/settings.cpp1
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) {
182 values.cpuopt_unsafe_ignore_global_monitor.SetGlobal(true); 182 values.cpuopt_unsafe_ignore_global_monitor.SetGlobal(true);
183 183
184 // Renderer 184 // Renderer
185 values.fsr_sharpening_slider.SetGlobal(true);
185 values.renderer_backend.SetGlobal(true); 186 values.renderer_backend.SetGlobal(true);
186 values.vulkan_device.SetGlobal(true); 187 values.vulkan_device.SetGlobal(true);
187 values.aspect_ratio.SetGlobal(true); 188 values.aspect_ratio.SetGlobal(true);