From be5c149d374a7caaead4b7d1bfbd7ae4670fc229 Mon Sep 17 00:00:00 2001 From: bunnei Date: Sat, 4 Jan 2020 22:18:54 -0500 Subject: service: time: Implement GetStandardLocalSystemClock. --- 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 2a216701c..aadc2df60 100644 --- a/src/core/hle/service/time/time.h +++ b/src/core/hle/service/time/time.h @@ -27,6 +27,7 @@ public: void GetStandardNetworkSystemClock(Kernel::HLERequestContext& ctx); void GetStandardSteadyClock(Kernel::HLERequestContext& ctx); void GetTimeZoneService(Kernel::HLERequestContext& ctx); + void GetStandardLocalSystemClock(Kernel::HLERequestContext& ctx); void IsStandardNetworkSystemClockAccuracySufficient(Kernel::HLERequestContext& ctx); void CalculateMonotonicSystemClockBaseTimePoint(Kernel::HLERequestContext& ctx); void GetClockSnapshot(Kernel::HLERequestContext& ctx); -- cgit v1.2.3