Merge pull request #8682 from lat9nq/dumpy

yuzu qt: Add option to create Windows crash dumps
This commit is contained in:
Morph 2022-09-16 12:47:51 -04:00 committed by GitHub
commit 8c3b3247ea
24 changed files with 407 additions and 95 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"};