summaryrefslogtreecommitdiffstats
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorlat9nq <lat9nq@gmail.com>2022-07-10 17:29:10 +0200
committerlat9nq <lat9nq@gmail.com>2022-09-05 03:36:04 +0200
commitf958cbc737542332ed4de9cf503fa4a8d1106564 (patch)
tree70f7b4ddbdeb1bb0aa68f95ad4494a6b5a8de1a4 /src/common/settings.h
parentMerge pull request #8855 from german77/pls (diff)
downloadyuzu-f958cbc737542332ed4de9cf503fa4a8d1106564.tar
yuzu-f958cbc737542332ed4de9cf503fa4a8d1106564.tar.gz
yuzu-f958cbc737542332ed4de9cf503fa4a8d1106564.tar.bz2
yuzu-f958cbc737542332ed4de9cf503fa4a8d1106564.tar.lz
yuzu-f958cbc737542332ed4de9cf503fa4a8d1106564.tar.xz
yuzu-f958cbc737542332ed4de9cf503fa4a8d1106564.tar.zst
yuzu-f958cbc737542332ed4de9cf503fa4a8d1106564.zip
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 14ed9b237..8354fdba7 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -529,6 +529,7 @@ struct Values {
Setting<bool> use_debug_asserts{false, "use_debug_asserts"};
Setting<bool> use_auto_stub{false, "use_auto_stub"};
Setting<bool> enable_all_controllers{false, "enable_all_controllers"};
+ Setting<bool> create_crash_dumps{false, "create_crash_dumps"};
// Miscellaneous
Setting<std::string> log_filter{"*:Info", "log_filter"};