early-access version 2935

This commit is contained in:
pineappleEA
2022-09-05 05:41:15 +02:00
parent 96696e181e
commit aa7a3e503e
21 changed files with 403 additions and 92 deletions

View File

@@ -530,6 +530,7 @@ struct Values {
Setting<bool> use_debug_asserts{false, "use_debug_asserts"};
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"};
// Miscellaneous
Setting<std::string> log_filter{"*:Info", "log_filter"};