citra_qt/system: Add N3DS mode checkbox and enable it by default

This commit is contained in:
FearlessTobi 2020-02-28 02:56:24 +01:00
parent f8d717bc7a
commit b4ac1c0559
6 changed files with 141 additions and 135 deletions

View file

@ -201,7 +201,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 =