mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 14:20:46 -07:00
Fix GetClockSnapshot not writing steady clock timepoint (#2249)
This commit is contained in:
@ -354,6 +354,7 @@ namespace Ryujinx.HLE.HOS.Services.Time
|
|||||||
clockSnapshot.IsAutomaticCorrectionEnabled = _timeManager.StandardUserSystemClock.IsAutomaticCorrectionEnabled();
|
clockSnapshot.IsAutomaticCorrectionEnabled = _timeManager.StandardUserSystemClock.IsAutomaticCorrectionEnabled();
|
||||||
clockSnapshot.UserContext = userContext;
|
clockSnapshot.UserContext = userContext;
|
||||||
clockSnapshot.NetworkContext = networkContext;
|
clockSnapshot.NetworkContext = networkContext;
|
||||||
|
clockSnapshot.SteadyClockTimePoint = currentTimePoint;
|
||||||
|
|
||||||
ResultCode result = _timeManager.TimeZone.Manager.GetDeviceLocationName(out string deviceLocationName);
|
ResultCode result = _timeManager.TimeZone.Manager.GetDeviceLocationName(out string deviceLocationName);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user