early-access version 4097

This commit is contained in:
pineappleEA 2024-01-29 14:08:20 +01:00
parent 124fc3517c
commit c50aaf524d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;