mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 23:25:46 +00:00
settings: Add config option for kiosk (quest) mode
This commit is contained in:
parent
e82d461580
commit
5def076ff4
6 changed files with 26 additions and 1 deletions
|
@ -383,6 +383,7 @@ void Config::ReadValues() {
|
|||
Settings::values.dump_nso = sdl2_config->GetBoolean("Debugging", "dump_nso", false);
|
||||
Settings::values.reporting_services =
|
||||
sdl2_config->GetBoolean("Debugging", "reporting_services", false);
|
||||
Settings::values.quest_flag = sdl2_config->GetBoolean("Debugging", "quest_flag", false);
|
||||
|
||||
const auto title_list = sdl2_config->Get("AddOns", "title_ids", "");
|
||||
std::stringstream ss(title_list);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue