From eb676c343a65cb182d011645d12825712e468aba Mon Sep 17 00:00:00 2001 From: bunnei Date: Tue, 14 Apr 2020 22:28:41 -0400 Subject: service: time: Implement CalculateStandardUserSystemClockDifferenceByUser. - Used by Animal Crossing: New Horizons. --- 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 351988468..41f3002e9 100644 --- a/src/core/hle/service/time/time.h +++ b/src/core/hle/service/time/time.h @@ -32,6 +32,7 @@ public: void CalculateMonotonicSystemClockBaseTimePoint(Kernel::HLERequestContext& ctx); void GetClockSnapshot(Kernel::HLERequestContext& ctx); void GetClockSnapshotFromSystemClockContext(Kernel::HLERequestContext& ctx); + void CalculateStandardUserSystemClockDifferenceByUser(Kernel::HLERequestContext& ctx); void CalculateSpanBetween(Kernel::HLERequestContext& ctx); void GetSharedMemoryNativeHandle(Kernel::HLERequestContext& ctx); -- cgit v1.2.3