jni/config: Set is_new_3ds to true by default
This commit is contained in:
parent
19e3eee3a5
commit
4411f7b2c7
@ -172,7 +172,7 @@ void Config::ReadValues() {
|
||||
sdl2_config->GetBoolean("Data Storage", "use_virtual_sd", true);
|
||||
|
||||
// System
|
||||
Settings::values.is_new_3ds = sdl2_config->GetBoolean("System", "is_new_3ds", false);
|
||||
Settings::values.is_new_3ds = sdl2_config->GetBoolean("System", "is_new_3ds", true);
|
||||
Settings::values.region_value =
|
||||
sdl2_config->GetInteger("System", "region_value", Settings::REGION_VALUE_AUTO_SELECT);
|
||||
Settings::values.init_clock =
|
||||
|
Loading…
x
Reference in New Issue
Block a user