mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-31 16:17:11 +02:00
Fix GetClockSnapshot not writing steady clock timepoint (#2249)
This commit is contained in:
parent
5d15e64b83
commit
4c8d4b407d
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue