mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 04:47:53 +00:00
settings: Reset FSR sharpening global state with the others
This commit is contained in:
parent
f209e976f4
commit
b670c350e4
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue