diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-09-23 20:28:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 20:28:13 -0400 |
commit | 12baf88dc8e1e1ea467bc60603ffddb975f52c95 (patch) | |
tree | 191d9e192fb5affcd5504d7ca42a846385909114 /src/yuzu/configuration/configure_debug.ui | |
parent | 70abb13a434a5089bce284433c6df19b46ff27d2 (diff) | |
parent | 89af4bfba8de738c139440f30dd3812283f19b76 (diff) |
Merge pull request #8930 from lat9nq/disable-vulkan-check
yuzu qt: Add option to disable startup Vulkan check
Diffstat (limited to 'src/yuzu/configuration/configure_debug.ui')
-rw-r--r-- | src/yuzu/configuration/configure_debug.ui | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_debug.ui b/src/yuzu/configuration/configure_debug.ui index 314d47af5..102c8c66c 100644 --- a/src/yuzu/configuration/configure_debug.ui +++ b/src/yuzu/configuration/configure_debug.ui @@ -313,6 +313,16 @@ </property> </widget> </item> + <item row="3" column="0"> + <widget class="QCheckBox" name="perform_vulkan_check"> + <property name="toolTip"> + <string>Enables yuzu to check for a working Vulkan environment when the program starts up. Disable this if this is causing issues with external programs seeing yuzu.</string> + </property> + <property name="text"> + <string>Perform Startup Vulkan Check</string> + </property> + </widget> + </item> </layout> </widget> </item> |