mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 05:30:05 +00:00
Merge pull request #12840 from amazingfate/fix-gcc11
fix build for gcc 11
This commit is contained in:
commit
498c9bd96a
@ -45,7 +45,7 @@ SystemSettings DefaultSystemSettings() {
|
|||||||
.console_sleep_plan = ConsoleSleepPlan::Sleep1Hour,
|
.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.user_system_clock_automatic_correction_enabled = true;
|
||||||
|
|
||||||
settings.primary_album_storage = PrimaryAlbumStorage::SdCard;
|
settings.primary_album_storage = PrimaryAlbumStorage::SdCard;
|
||||||
|
Loading…
Reference in New Issue
Block a user