From 108a72ea8ae4add2d603a340bf8b82e9268c104e Mon Sep 17 00:00:00 2001 From: Kelebek1 Date: Sat, 3 Feb 2024 15:21:10 +0000 Subject: Fix firmware timezone boot load check. --- src/core/hle/service/glue/time/time_zone_binary.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/hle/service/glue/time/time_zone_binary.cpp b/src/core/hle/service/glue/time/time_zone_binary.cpp index d5f7ca3d2..18c6abd6b 100644 --- a/src/core/hle/service/glue/time/time_zone_binary.cpp +++ b/src/core/hle/service/glue/time/time_zone_binary.cpp @@ -65,6 +65,7 @@ Result MountTimeZoneBinary(Core::System& system) { // Validate that the romfs is readable, using invalid firmware keys can cause this to get // set but the files to be garbage. In that case, we want to hit the next path and // synthesise them instead. + g_time_zone_binary_mount_result = ResultSuccess; Service::PSC::Time::LocationName name{"Etc/GMT"}; if (!IsTimeZoneBinaryValid(name)) { ResetTimeZoneBinary(); -- cgit v1.2.3