summaryrefslogtreecommitdiff
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorGravatar Liam2023-10-04 13:11:05 -0400
committerGravatar Liam2023-10-08 11:35:53 -0400
commitd3997bad9b84579938d8cdb44b1d17cfab7bbcce (patch)
tree4a9128e8ba93d3963ce37b65efd2a940776cae3c /src/common/settings.h
parentMerge pull request #11657 from liamwhite/new-codespell (diff)
downloadyuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.gz
yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.xz
yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.zip
qt: implement automatic crash dump support
Diffstat (limited to 'src/common/settings.h')
-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