Browse Source

settings: Reset FSR sharpening global state with the others

nce_cpp
lat9nq 3 years ago
parent
commit
1c5379fef9
  1. 1
      src/common/settings.cpp

1
src/common/settings.cpp

@ -182,6 +182,7 @@ void RestoreGlobalState(bool is_powered_on) {
values.cpuopt_unsafe_ignore_global_monitor.SetGlobal(true); values.cpuopt_unsafe_ignore_global_monitor.SetGlobal(true);
// Renderer // Renderer
values.fsr_sharpening_slider.SetGlobal(true);
values.renderer_backend.SetGlobal(true); values.renderer_backend.SetGlobal(true);
values.vulkan_device.SetGlobal(true); values.vulkan_device.SetGlobal(true);
values.aspect_ratio.SetGlobal(true); values.aspect_ratio.SetGlobal(true);

Loading…
Cancel
Save