summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorGravatar Zach Hilman2019-05-17 21:44:28 -0400
committerGravatar Zach Hilman2019-05-25 16:09:20 -0400
commit658d2ee97d855634d9ecf7ce31b5a3668bc57b37 (patch)
treea1b213fa74da69cdcc95992957e45992343f4f18 /src/core/settings.h
parentarm_interface: Expand backtrace generation (diff)
downloadyuzu-658d2ee97d855634d9ecf7ce31b5a3668bc57b37.tar.gz
yuzu-658d2ee97d855634d9ecf7ce31b5a3668bc57b37.tar.xz
yuzu-658d2ee97d855634d9ecf7ce31b5a3668bc57b37.zip
settings: Add 'Reporting Services' config option
Full enable/disable for all reports.
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 5ff3634aa..fe6b26ef0 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -416,6 +416,7 @@ struct Values {
416 std::string program_args; 416 std::string program_args;
417 bool dump_exefs; 417 bool dump_exefs;
418 bool dump_nso; 418 bool dump_nso;
419 bool reporting_services;
419 420
420 // WebService 421 // WebService
421 bool enable_telemetry; 422 bool enable_telemetry;