1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-31 16:36:34 -05:00

New3DS: Minor style cleanup to #1520.

This commit is contained in:
bunnei
2016-05-24 17:22:44 -04:00
parent 2e5e7d9be0
commit c106f71beb
4 changed files with 6 additions and 6 deletions

View File

@@ -78,7 +78,7 @@ void Config::ReadValues() {
Settings::values.use_virtual_sd = sdl2_config->GetBoolean("Data Storage", "use_virtual_sd", true);
// System
Settings::values.is_new3ds = sdl2_config->GetBoolean("System", "is_new3ds", false);
Settings::values.is_new_3ds = sdl2_config->GetBoolean("System", "is_new_3ds", false);
Settings::values.region_value = sdl2_config->GetInteger("System", "region_value", 1);
// Miscellaneous