Explorar o código

Fix GetClockSnapshot not writing steady clock timepoint (#2249)

gdkchan %!s(int64=5) %!d(string=hai) anos
pai
achega
20d2347971
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Ryujinx.HLE/HOS/Services/Time/IStaticServiceForPsc.cs

+ 1 - 0
Ryujinx.HLE/HOS/Services/Time/IStaticServiceForPsc.cs

@@ -354,6 +354,7 @@ namespace Ryujinx.HLE.HOS.Services.Time
             clockSnapshot.IsAutomaticCorrectionEnabled = _timeManager.StandardUserSystemClock.IsAutomaticCorrectionEnabled();
             clockSnapshot.UserContext                  = userContext;
             clockSnapshot.NetworkContext               = networkContext;
+            clockSnapshot.SteadyClockTimePoint         = currentTimePoint;
 
             ResultCode result = _timeManager.TimeZone.Manager.GetDeviceLocationName(out string deviceLocationName);