jni/config: Set is_new_3ds to true by default

This commit is contained in:
FearlessTobi 2020-04-02 23:11:51 +02:00 committed by bunnei
parent b0a6bab618
commit b63e84f70b

View File

@ -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 =