diff options
| -rw-r--r-- | src/core/hle/service/set/setting_formats/system_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/set/setting_formats/system_settings.cpp b/src/core/hle/service/set/setting_formats/system_settings.cpp index 16ded43bf..7231ff78e 100644 --- a/src/core/hle/service/set/setting_formats/system_settings.cpp +++ b/src/core/hle/service/set/setting_formats/system_settings.cpp | |||
| @@ -45,7 +45,7 @@ SystemSettings DefaultSystemSettings() { | |||
| 45 | .console_sleep_plan = ConsoleSleepPlan::Sleep1Hour, | 45 | .console_sleep_plan = ConsoleSleepPlan::Sleep1Hour, |
| 46 | }; | 46 | }; |
| 47 | 47 | ||
| 48 | settings.device_time_zone_location_name = {"UTC"}; | 48 | settings.device_time_zone_location_name = Service::PSC::Time::LocationName{"UTC"}; |
| 49 | settings.user_system_clock_automatic_correction_enabled = true; | 49 | settings.user_system_clock_automatic_correction_enabled = true; |
| 50 | 50 | ||
| 51 | settings.primary_album_storage = PrimaryAlbumStorage::SdCard; | 51 | settings.primary_album_storage = PrimaryAlbumStorage::SdCard; |