diff options
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 |