diff options
author | bunnei <bunneidev@gmail.com> | 2020-01-05 04:18:54 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2020-01-05 04:18:54 +0100 |
commit | be5c149d374a7caaead4b7d1bfbd7ae4670fc229 (patch) | |
tree | 2db19a342008c36df6199c1c9e9131ac09abeafb /src/core/hle/service/time/time.h | |
parent | time: Remove overflow error checking (currently breaks ADO builds). (diff) | |
download | yuzu-be5c149d374a7caaead4b7d1bfbd7ae4670fc229.tar yuzu-be5c149d374a7caaead4b7d1bfbd7ae4670fc229.tar.gz yuzu-be5c149d374a7caaead4b7d1bfbd7ae4670fc229.tar.bz2 yuzu-be5c149d374a7caaead4b7d1bfbd7ae4670fc229.tar.lz yuzu-be5c149d374a7caaead4b7d1bfbd7ae4670fc229.tar.xz yuzu-be5c149d374a7caaead4b7d1bfbd7ae4670fc229.tar.zst yuzu-be5c149d374a7caaead4b7d1bfbd7ae4670fc229.zip |
Diffstat (limited to 'src/core/hle/service/time/time.h')
-rw-r--r-- | src/core/hle/service/time/time.h | 1 |
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 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); |