diff options
| author | 2022-09-23 20:28:13 -0400 | |
|---|---|---|
| committer | 2022-09-23 20:28:13 -0400 | |
| commit | 12baf88dc8e1e1ea467bc60603ffddb975f52c95 (patch) | |
| tree | 191d9e192fb5affcd5504d7ca42a846385909114 /src/common | |
| parent | Merge pull request #8943 from lioncash/netiface (diff) | |
| parent | yuzu qt: Add option to disable startup Vulkan check (diff) | |
| download | yuzu-12baf88dc8e1e1ea467bc60603ffddb975f52c95.tar.gz yuzu-12baf88dc8e1e1ea467bc60603ffddb975f52c95.tar.xz yuzu-12baf88dc8e1e1ea467bc60603ffddb975f52c95.zip | |
Merge pull request #8930 from lat9nq/disable-vulkan-check
yuzu qt: Add option to disable startup Vulkan check
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/settings.h | 1 |
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 { | |||
| 531 | Setting<bool> use_auto_stub{false, "use_auto_stub"}; | 531 | Setting<bool> use_auto_stub{false, "use_auto_stub"}; |
| 532 | Setting<bool> enable_all_controllers{false, "enable_all_controllers"}; | 532 | Setting<bool> enable_all_controllers{false, "enable_all_controllers"}; |
| 533 | Setting<bool> create_crash_dumps{false, "create_crash_dumps"}; | 533 | Setting<bool> create_crash_dumps{false, "create_crash_dumps"}; |
| 534 | Setting<bool> perform_vulkan_check{true, "perform_vulkan_check"}; | ||
| 534 | 535 | ||
| 535 | // Miscellaneous | 536 | // Miscellaneous |
| 536 | Setting<std::string> log_filter{"*:Info", "log_filter"}; | 537 | Setting<std::string> log_filter{"*:Info", "log_filter"}; |