diff options
| author | 2022-07-10 11:29:10 -0400 | |
|---|---|---|
| committer | 2022-09-04 21:36:04 -0400 | |
| commit | f958cbc737542332ed4de9cf503fa4a8d1106564 (patch) | |
| tree | 70f7b4ddbdeb1bb0aa68f95ad4494a6b5a8de1a4 /src/common/settings.h | |
| parent | Merge pull request #8855 from german77/pls (diff) | |
| download | yuzu-f958cbc737542332ed4de9cf503fa4a8d1106564.tar.gz yuzu-f958cbc737542332ed4de9cf503fa4a8d1106564.tar.xz yuzu-f958cbc737542332ed4de9cf503fa4a8d1106564.zip | |
yuzu: Use a debugger to generate minidumps
yuzu: Move mini_dump out of core
startup_checks: Better exception handling
Diffstat (limited to 'src/common/settings.h')
| -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 14ed9b237..8354fdba7 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -529,6 +529,7 @@ struct Values { | |||
| 529 | Setting<bool> use_debug_asserts{false, "use_debug_asserts"}; | 529 | Setting<bool> use_debug_asserts{false, "use_debug_asserts"}; |
| 530 | Setting<bool> use_auto_stub{false, "use_auto_stub"}; | 530 | Setting<bool> use_auto_stub{false, "use_auto_stub"}; |
| 531 | Setting<bool> enable_all_controllers{false, "enable_all_controllers"}; | 531 | Setting<bool> enable_all_controllers{false, "enable_all_controllers"}; |
| 532 | Setting<bool> create_crash_dumps{false, "create_crash_dumps"}; | ||
| 532 | 533 | ||
| 533 | // Miscellaneous | 534 | // Miscellaneous |
| 534 | Setting<std::string> log_filter{"*:Info", "log_filter"}; | 535 | Setting<std::string> log_filter{"*:Info", "log_filter"}; |