mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
fix build for gcc 11
This commit is contained in:
parent
3f246847f8
commit
2f76126763
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue