diff options
| author | 2022-09-16 12:47:51 -0400 | |
|---|---|---|
| committer | 2022-09-16 12:47:51 -0400 | |
| commit | 44ccec78463ec5b177fa027866b8923a71dbba88 (patch) | |
| tree | f00144f557a953df761f973d2baaaa34a35d1f3f /src/common/settings.h | |
| parent | Merge pull request #6667 from lat9nq/ea-appimage (diff) | |
| parent | ci/windows: Upload debugging symbols (diff) | |
| download | yuzu-44ccec78463ec5b177fa027866b8923a71dbba88.tar.gz yuzu-44ccec78463ec5b177fa027866b8923a71dbba88.tar.xz yuzu-44ccec78463ec5b177fa027866b8923a71dbba88.zip | |
Merge pull request #8682 from lat9nq/dumpy
yuzu qt: Add option to create Windows crash dumps
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 13651de57..851812f28 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -530,6 +530,7 @@ struct Values { | |||
| 530 | Setting<bool> use_debug_asserts{false, "use_debug_asserts"}; | 530 | Setting<bool> use_debug_asserts{false, "use_debug_asserts"}; |
| 531 | Setting<bool> use_auto_stub{false, "use_auto_stub"}; | 531 | Setting<bool> use_auto_stub{false, "use_auto_stub"}; |
| 532 | Setting<bool> enable_all_controllers{false, "enable_all_controllers"}; | 532 | Setting<bool> enable_all_controllers{false, "enable_all_controllers"}; |
| 533 | Setting<bool> create_crash_dumps{false, "create_crash_dumps"}; | ||
| 533 | 534 | ||
| 534 | // Miscellaneous | 535 | // Miscellaneous |
| 535 | Setting<std::string> log_filter{"*:Info", "log_filter"}; | 536 | Setting<std::string> log_filter{"*:Info", "log_filter"}; |