summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-09-24 02:28:13 +0200
committerGitHub <noreply@github.com>2022-09-24 02:28:13 +0200
commit12baf88dc8e1e1ea467bc60603ffddb975f52c95 (patch)
tree191d9e192fb5affcd5504d7ca42a846385909114 /src/common
parentMerge pull request #8943 from lioncash/netiface (diff)
parentyuzu qt: Add option to disable startup Vulkan check (diff)
downloadyuzu-12baf88dc8e1e1ea467bc60603ffddb975f52c95.tar
yuzu-12baf88dc8e1e1ea467bc60603ffddb975f52c95.tar.gz
yuzu-12baf88dc8e1e1ea467bc60603ffddb975f52c95.tar.bz2
yuzu-12baf88dc8e1e1ea467bc60603ffddb975f52c95.tar.lz
yuzu-12baf88dc8e1e1ea467bc60603ffddb975f52c95.tar.xz
yuzu-12baf88dc8e1e1ea467bc60603ffddb975f52c95.tar.zst
yuzu-12baf88dc8e1e1ea467bc60603ffddb975f52c95.zip
Diffstat (limited to 'src/common')
-rw-r--r--src/common/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 851812f28..d2452c93b 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -531,6 +531,7 @@ struct Values {
Setting<bool> use_auto_stub{false, "use_auto_stub"};
Setting<bool> enable_all_controllers{false, "enable_all_controllers"};
Setting<bool> create_crash_dumps{false, "create_crash_dumps"};
+ Setting<bool> perform_vulkan_check{true, "perform_vulkan_check"};
// Miscellaneous
Setting<std::string> log_filter{"*:Info", "log_filter"};