summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-01-04 04:34:57 +0100
committerbunnei <bunneidev@gmail.com>2020-01-04 19:48:30 +0100
commita4e840181c1e704a49e37c802ff36344ac18ca10 (patch)
tree48e00448d328e3caa9cf428ce960923dccbb62b1 /src/core/hle/service/time/time.h
parentservice: time: Implement IsStandardNetworkSystemClockAccuracySufficient. (diff)
downloadyuzu-a4e840181c1e704a49e37c802ff36344ac18ca10.tar
yuzu-a4e840181c1e704a49e37c802ff36344ac18ca10.tar.gz
yuzu-a4e840181c1e704a49e37c802ff36344ac18ca10.tar.bz2
yuzu-a4e840181c1e704a49e37c802ff36344ac18ca10.tar.lz
yuzu-a4e840181c1e704a49e37c802ff36344ac18ca10.tar.xz
yuzu-a4e840181c1e704a49e37c802ff36344ac18ca10.tar.zst
yuzu-a4e840181c1e704a49e37c802ff36344ac18ca10.zip
Diffstat (limited to 'src/core/hle/service/time/time.h')
-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 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: