Fix GetClockSnapshot not writing steady clock timepoint (#2249)

This commit is contained in:
gdkchan 2021-04-26 18:56:14 -03:00 committed by GitHub
parent ec97a8a1fa
commit 20d2347971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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