summaryrefslogtreecommitdiff
path: root/src/common/settings.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/settings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 98ab0ec2e..6a3fe47c9 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -500,7 +500,6 @@ struct Values {
500 linkage, false, "use_auto_stub", Category::Debugging, Specialization::Default, false}; 500 linkage, false, "use_auto_stub", Category::Debugging, Specialization::Default, false};
501 Setting<bool> enable_all_controllers{linkage, false, "enable_all_controllers", 501 Setting<bool> enable_all_controllers{linkage, false, "enable_all_controllers",
502 Category::Debugging}; 502 Category::Debugging};
503 Setting<bool> create_crash_dumps{linkage, false, "create_crash_dumps", Category::Debugging};
504 Setting<bool> perform_vulkan_check{linkage, true, "perform_vulkan_check", Category::Debugging}; 503 Setting<bool> perform_vulkan_check{linkage, true, "perform_vulkan_check", Category::Debugging};
505 504
506 // Miscellaneous 505 // Miscellaneous