Merge pull request #8682 from lat9nq/dumpy
yuzu qt: Add option to create Windows crash dumps
This commit is contained in:
commit
8c3b3247ea
24 changed files with 407 additions and 95 deletions
|
@ -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"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue