mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-08 23:36:34 -05:00
common: add setting for renderer clock workaround
This commit is contained in:
@@ -185,6 +185,7 @@ void RestoreGlobalState(bool is_powered_on) {
|
||||
// Renderer
|
||||
values.fsr_sharpening_slider.SetGlobal(true);
|
||||
values.renderer_backend.SetGlobal(true);
|
||||
values.renderer_force_max_clock.SetGlobal(true);
|
||||
values.vulkan_device.SetGlobal(true);
|
||||
values.aspect_ratio.SetGlobal(true);
|
||||
values.max_anisotropy.SetGlobal(true);
|
||||
|
Reference in New Issue
Block a user