diff options
| author | 2019-05-17 21:44:28 -0400 | |
|---|---|---|
| committer | 2019-05-25 16:09:20 -0400 | |
| commit | 658d2ee97d855634d9ecf7ce31b5a3668bc57b37 (patch) | |
| tree | a1b213fa74da69cdcc95992957e45992343f4f18 /src/yuzu_cmd/config.cpp | |
| parent | arm_interface: Expand backtrace generation (diff) | |
| download | yuzu-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/yuzu_cmd/config.cpp')
| -rw-r--r-- | src/yuzu_cmd/config.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp index d0ae058fd..6c13e91e7 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp | |||
| @@ -383,6 +383,8 @@ void Config::ReadValues() { | |||
| 383 | Settings::values.program_args = sdl2_config->Get("Debugging", "program_args", ""); | 383 | Settings::values.program_args = sdl2_config->Get("Debugging", "program_args", ""); |
| 384 | Settings::values.dump_exefs = sdl2_config->GetBoolean("Debugging", "dump_exefs", false); | 384 | Settings::values.dump_exefs = sdl2_config->GetBoolean("Debugging", "dump_exefs", false); |
| 385 | Settings::values.dump_nso = sdl2_config->GetBoolean("Debugging", "dump_nso", false); | 385 | Settings::values.dump_nso = sdl2_config->GetBoolean("Debugging", "dump_nso", false); |
| 386 | Settings::values.reporting_services = | ||
| 387 | sdl2_config->GetBoolean("Debugging", "reporting_services", false); | ||
| 386 | 388 | ||
| 387 | const auto title_list = sdl2_config->Get("AddOns", "title_ids", ""); | 389 | const auto title_list = sdl2_config->Get("AddOns", "title_ids", ""); |
| 388 | std::stringstream ss(title_list); | 390 | std::stringstream ss(title_list); |