Просмотр исходного кода

Fix firmware timezone boot load check.

Kelebek1 2 лет назад
Родитель
Сommit
108a72ea8a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/core/hle/service/glue/time/time_zone_binary.cpp

+ 1 - 0
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
         // 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
         // set but the files to be garbage. In that case, we want to hit the next path and
         // synthesise them instead.
         // synthesise them instead.
+        g_time_zone_binary_mount_result = ResultSuccess;
         Service::PSC::Time::LocationName name{"Etc/GMT"};
         Service::PSC::Time::LocationName name{"Etc/GMT"};
         if (!IsTimeZoneBinaryValid(name)) {
         if (!IsTimeZoneBinaryValid(name)) {
             ResetTimeZoneBinary();
             ResetTimeZoneBinary();