diff options
| author | 2023-10-29 23:41:13 -0400 | |
|---|---|---|
| committer | 2023-10-29 23:41:13 -0400 | |
| commit | eec3d356b69711b34145d16e669e25403880774e (patch) | |
| tree | 55ea35e1fe80f8539ec7fd7ec2aaa3164a5679d1 /src/common/settings.h | |
| parent | Merge pull request #11911 from german77/leak_event (diff) | |
| parent | qt: implement automatic crash dump support (diff) | |
| download | yuzu-eec3d356b69711b34145d16e669e25403880774e.tar.gz yuzu-eec3d356b69711b34145d16e669e25403880774e.tar.xz yuzu-eec3d356b69711b34145d16e669e25403880774e.zip | |
Merge pull request #11689 from liamwhite/breakpad
qt: implement automatic crash dump support
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 236e33bee..9317075f7 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -505,7 +505,6 @@ struct Values { | |||
| 505 | linkage, false, "use_auto_stub", Category::Debugging, Specialization::Default, false}; | 505 | linkage, false, "use_auto_stub", Category::Debugging, Specialization::Default, false}; |
| 506 | Setting<bool> enable_all_controllers{linkage, false, "enable_all_controllers", | 506 | Setting<bool> enable_all_controllers{linkage, false, "enable_all_controllers", |
| 507 | Category::Debugging}; | 507 | Category::Debugging}; |
| 508 | Setting<bool> create_crash_dumps{linkage, false, "create_crash_dumps", Category::Debugging}; | ||
| 509 | Setting<bool> perform_vulkan_check{linkage, true, "perform_vulkan_check", Category::Debugging}; | 508 | Setting<bool> perform_vulkan_check{linkage, true, "perform_vulkan_check", Category::Debugging}; |
| 510 | 509 | ||
| 511 | // Miscellaneous | 510 | // Miscellaneous |