settings: Add 'Reporting Services' config option

Full enable/disable for all reports.
This commit is contained in:
Zach Hilman 2019-05-17 21:44:28 -04:00
parent a102ace3c5
commit a3c66e920b
3 changed files with 12 additions and 9 deletions

View file

@ -416,6 +416,7 @@ struct Values {
std::string program_args;
bool dump_exefs;
bool dump_nso;
bool reporting_services;
// WebService
bool enable_telemetry;