service: time: Implement GetClockSnapshotFromSystemClockContext.

This commit is contained in:
bunnei
2020-01-03 22:34:57 -05:00
parent fab2607c6b
commit a4e840181c
3 changed files with 27 additions and 3 deletions

View File

@ -30,6 +30,7 @@ public:
void IsStandardNetworkSystemClockAccuracySufficient(Kernel::HLERequestContext& ctx);
void CalculateMonotonicSystemClockBaseTimePoint(Kernel::HLERequestContext& ctx);
void GetClockSnapshot(Kernel::HLERequestContext& ctx);
void GetClockSnapshotFromSystemClockContext(Kernel::HLERequestContext& ctx);
void GetSharedMemoryNativeHandle(Kernel::HLERequestContext& ctx);
private: