amazingfate пре 2 година
родитељ
комит
6c8df6af44
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/core/hle/service/set/setting_formats/system_settings.cpp

+ 1 - 1
src/core/hle/service/set/setting_formats/system_settings.cpp

@@ -45,7 +45,7 @@ SystemSettings DefaultSystemSettings() {
         .console_sleep_plan = ConsoleSleepPlan::Sleep1Hour,
     };
 
-    settings.device_time_zone_location_name = {"UTC"};
+    settings.device_time_zone_location_name = Service::PSC::Time::LocationName{"UTC"};
     settings.user_system_clock_automatic_correction_enabled = true;
 
     settings.primary_album_storage = PrimaryAlbumStorage::SdCard;