diff options
| author | GPUCode <geoster3d@gmail.com> | 2023-05-01 23:12:28 +0300 |
|---|---|---|
| committer | GPUCode <geoster3d@gmail.com> | 2023-05-01 23:13:24 +0300 |
| commit | f403d2794187bd136fb4d30fb7a6aea950145013 (patch) | |
| tree | 0e78d295ae6cbe48dc5ab76b96424044e90dad5b /src/yuzu/configuration/configure_graphics_advanced.ui | |
| parent | 1d7abac84be5652ba4fc5d9b7ebc006f425bb4fe (diff) | |
vk_present_manager: Add toggle for async presentation
Diffstat (limited to 'src/yuzu/configuration/configure_graphics_advanced.ui')
| -rw-r--r-- | src/yuzu/configuration/configure_graphics_advanced.ui | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/yuzu/configuration/configure_graphics_advanced.ui b/src/yuzu/configuration/configure_graphics_advanced.ui index a7dbdc18c..d7ec18939 100644 --- a/src/yuzu/configuration/configure_graphics_advanced.ui +++ b/src/yuzu/configuration/configure_graphics_advanced.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>404</width> - <height>321</height> + <height>376</height> </rect> </property> <property name="windowTitle"> @@ -70,6 +70,13 @@ </widget> </item> <item> + <widget class="QCheckBox" name="async_present"> + <property name="text"> + <string>Enable asynchronous presentation (Vulkan only)</string> + </property> + </widget> + </item> + <item> <widget class="QCheckBox" name="renderer_force_max_clock"> <property name="toolTip"> <string>Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.</string> @@ -112,7 +119,7 @@ <item> <widget class="QCheckBox" name="use_fast_gpu_time"> <property name="toolTip"> - <string>Enables Fast GPU Time. This option will force most games to run at their highest native resolution.</string> + <string>Enables Fast GPU Time. This option will force most games to run at their highest native resolution.</string> </property> <property name="text"> <string>Use Fast GPU Time (Hack)</string> @@ -122,7 +129,7 @@ <item> <widget class="QCheckBox" name="use_pessimistic_flushes"> <property name="toolTip"> - <string>Enables pessimistic buffer flushes. This option will force unmodified buffers to be flushed, which can cost performance.</string> + <string>Enables pessimistic buffer flushes. This option will force unmodified buffers to be flushed, which can cost performance.</string> </property> <property name="text"> <string>Use pessimistic buffer flushes (Hack)</string> @@ -132,7 +139,7 @@ <item> <widget class="QCheckBox" name="use_vulkan_driver_pipeline_cache"> <property name="toolTip"> - <string>Enables GPU vendor-specific pipeline cache. This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.</string> + <string>Enables GPU vendor-specific pipeline cache. This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.</string> </property> <property name="text"> <string>Use Vulkan pipeline cache</string> |
