service: time: Implement GetClockSnapshotFromSystemClockContext.

This commit is contained in:
bunnei 2020-01-03 22:34:57 -05:00
parent 0d1c9fe2a9
commit 2fef8d9feb
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: