early-access version 2966

This commit is contained in:
pineappleEA
2022-09-19 23:35:35 +02:00
parent 66e6f8559a
commit 022040c81b
8 changed files with 62 additions and 41 deletions

View File

@@ -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"};