diff options
| author | 2023-05-01 23:12:28 +0300 | |
|---|---|---|
| committer | 2023-05-01 23:13:24 +0300 | |
| commit | f403d2794187bd136fb4d30fb7a6aea950145013 (patch) | |
| tree | 0e78d295ae6cbe48dc5ab76b96424044e90dad5b /src/common/settings.cpp | |
| parent | vk_blit_screen: Recreate FSR when frame is recreated (diff) | |
| download | yuzu-f403d2794187bd136fb4d30fb7a6aea950145013.tar.gz yuzu-f403d2794187bd136fb4d30fb7a6aea950145013.tar.xz yuzu-f403d2794187bd136fb4d30fb7a6aea950145013.zip | |
vk_present_manager: Add toggle for async presentation
Diffstat (limited to 'src/common/settings.cpp')
| -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 84955030b..77ff21128 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp | |||
| @@ -205,6 +205,7 @@ void RestoreGlobalState(bool is_powered_on) { | |||
| 205 | // Renderer | 205 | // Renderer |
| 206 | values.fsr_sharpening_slider.SetGlobal(true); | 206 | values.fsr_sharpening_slider.SetGlobal(true); |
| 207 | values.renderer_backend.SetGlobal(true); | 207 | values.renderer_backend.SetGlobal(true); |
| 208 | values.async_presentation.SetGlobal(true); | ||
| 208 | values.renderer_force_max_clock.SetGlobal(true); | 209 | values.renderer_force_max_clock.SetGlobal(true); |
| 209 | values.vulkan_device.SetGlobal(true); | 210 | values.vulkan_device.SetGlobal(true); |
| 210 | values.fullscreen_mode.SetGlobal(true); | 211 | values.fullscreen_mode.SetGlobal(true); |