diff options
| author | 2019-06-28 18:37:33 -0400 | |
|---|---|---|
| committer | 2019-06-28 18:37:33 -0400 | |
| commit | efa7d8d04b4738bca213c29d346e73d0b97cb18a (patch) | |
| tree | 6250064b62aa02de950e976c4b4353d423d912eb /src/yuzu_cmd/config.cpp | |
| parent | Merge pull request #2533 from DarkLordZach/memory-frozen (diff) | |
| download | yuzu-efa7d8d04b4738bca213c29d346e73d0b97cb18a.tar.gz yuzu-efa7d8d04b4738bca213c29d346e73d0b97cb18a.tar.xz yuzu-efa7d8d04b4738bca213c29d346e73d0b97cb18a.zip | |
settings: Add config option for kiosk (quest) mode
Diffstat (limited to 'src/yuzu_cmd/config.cpp')
| -rw-r--r-- | src/yuzu_cmd/config.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp index 9ac92e937..8fe266f19 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp | |||
| @@ -383,6 +383,7 @@ void Config::ReadValues() { | |||
| 383 | Settings::values.dump_nso = sdl2_config->GetBoolean("Debugging", "dump_nso", false); | 383 | Settings::values.dump_nso = sdl2_config->GetBoolean("Debugging", "dump_nso", false); |
| 384 | Settings::values.reporting_services = | 384 | Settings::values.reporting_services = |
| 385 | sdl2_config->GetBoolean("Debugging", "reporting_services", false); | 385 | sdl2_config->GetBoolean("Debugging", "reporting_services", false); |
| 386 | Settings::values.quest_flag = sdl2_config->GetBoolean("Debugging", "quest_flag", false); | ||
| 386 | 387 | ||
| 387 | const auto title_list = sdl2_config->Get("AddOns", "title_ids", ""); | 388 | const auto title_list = sdl2_config->Get("AddOns", "title_ids", ""); |
| 388 | std::stringstream ss(title_list); | 389 | std::stringstream ss(title_list); |