mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 09:35:27 +00:00
Fix GetClockSnapshot not writing steady clock timepoint (#2249)
This commit is contained in:
parent
ec97a8a1fa
commit
20d2347971
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue