mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
Config: auto-select region and language
This commit is contained in:
parent
7da33afec8
commit
a88ec032cd
11 changed files with 108 additions and 7 deletions
|
@ -72,7 +72,8 @@ void Config::ReadValues() {
|
|||
|
||||
qt_config->beginGroup("System");
|
||||
Settings::values.is_new_3ds = qt_config->value("is_new_3ds", false).toBool();
|
||||
Settings::values.region_value = qt_config->value("region_value", 1).toInt();
|
||||
Settings::values.region_value =
|
||||
qt_config->value("region_value", Settings::REGION_VALUE_AUTO_SELECT).toInt();
|
||||
qt_config->endGroup();
|
||||
|
||||
qt_config->beginGroup("Miscellaneous");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue