Config: auto-select region and language
This commit is contained in:
parent
8d529a5cda
commit
84e78790ab
11 changed files with 108 additions and 7 deletions
|
@ -89,7 +89,8 @@ void Config::ReadValues() {
|
|||
|
||||
// System
|
||||
Settings::values.is_new_3ds = sdl2_config->GetBoolean("System", "is_new_3ds", false);
|
||||
Settings::values.region_value = sdl2_config->GetInteger("System", "region_value", 1);
|
||||
Settings::values.region_value =
|
||||
sdl2_config->GetInteger("System", "region_value", Settings::REGION_VALUE_AUTO_SELECT);
|
||||
|
||||
// Miscellaneous
|
||||
Settings::values.log_filter = sdl2_config->Get("Miscellaneous", "log_filter", "*:Info");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue