early-access version 4097
This commit is contained in:
parent
124fc3517c
commit
c50aaf524d
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 4096.
|
||||
This is the source code for early-access 4097.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue