From a60f34a850c3a17e501edfec9089121c23bb78a5 Mon Sep 17 00:00:00 2001 From: bunnei Date: Fri, 27 Mar 2020 10:42:13 -0400 Subject: services: time: Implement CalculateSpanBetween. - Used by Super Smash Bros. Ultimate. --- 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 aadc2df60..351988468 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 CalculateSpanBetween(Kernel::HLERequestContext& ctx); void GetSharedMemoryNativeHandle(Kernel::HLERequestContext& ctx); private: -- cgit v1.2.3