Browse Source
Merge pull request #12840 from amazingfate/fix-gcc11
fix build for gcc 11
pull/15/merge
Narr the Reg
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|
|