summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-03-27 15:42:13 +0100
committerbunnei <bunneidev@gmail.com>2020-03-27 15:42:13 +0100
commita60f34a850c3a17e501edfec9089121c23bb78a5 (patch)
tree3b5bf3c64e00289863ca11ea3f864ad2f6c0d584 /src/core/hle/service/time/time.h
parentMerge pull request #3564 from makigumo/maxwell_to_vk_sscaled (diff)
downloadyuzu-a60f34a850c3a17e501edfec9089121c23bb78a5.tar
yuzu-a60f34a850c3a17e501edfec9089121c23bb78a5.tar.gz
yuzu-a60f34a850c3a17e501edfec9089121c23bb78a5.tar.bz2
yuzu-a60f34a850c3a17e501edfec9089121c23bb78a5.tar.lz
yuzu-a60f34a850c3a17e501edfec9089121c23bb78a5.tar.xz
yuzu-a60f34a850c3a17e501edfec9089121c23bb78a5.tar.zst
yuzu-a60f34a850c3a17e501edfec9089121c23bb78a5.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/time/time.h1
1 files changed, 1 insertions, 0 deletions
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: