From a4e840181c1e704a49e37c802ff36344ac18ca10 Mon Sep 17 00:00:00 2001 From: bunnei Date: Fri, 3 Jan 2020 22:34:57 -0500 Subject: service: time: Implement GetClockSnapshotFromSystemClockContext. --- src/core/hle/service/time/time.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/time/time.h') diff --git a/src/core/hle/service/time/time.h b/src/core/hle/service/time/time.h index 0b3cda6aa..2a216701c 100644 --- a/src/core/hle/service/time/time.h +++ b/src/core/hle/service/time/time.h @@ -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: -- cgit v1.2.3