aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/time/interface.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-11-24 20:30:58 -0500
committerGitHub <noreply@github.com>2019-11-24 20:30:58 -0500
commit50c7539108492fa5c326e06a823026f15b07d06a (patch)
tree1d7ab9588325efad6ff2fd3445ed13369c2defbf /src/core/hle/service/time/interface.cpp
parent33a6b45a6cc9fef0cbb3b1f65372bb0641e57a21 (diff)
parente21b6ff79ddf7109db6f49e503e2c2e59fe466c7 (diff)
Merge pull request #3094 from lioncash/tables
service: Update function tables
Diffstat (limited to 'src/core/hle/service/time/interface.cpp')
-rw-r--r--src/core/hle/service/time/interface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/time/interface.cpp b/src/core/hle/service/time/interface.cpp
index 9565e7de5..bc74f1e1d 100644
--- a/src/core/hle/service/time/interface.cpp
+++ b/src/core/hle/service/time/interface.cpp
@@ -21,6 +21,7 @@ Time::Time(std::shared_ptr<Module> time, std::shared_ptr<SharedMemory> shared_me
{30, nullptr, "GetStandardNetworkClockOperationEventReadableHandle"},
{31, nullptr, "GetEphemeralNetworkClockOperationEventReadableHandle"},
{50, nullptr, "SetStandardSteadyClockInternalOffset"},
+ {51, nullptr, "GetStandardSteadyClockRtcValue"},
{100, &Time::IsStandardUserSystemClockAutomaticCorrectionEnabled, "IsStandardUserSystemClockAutomaticCorrectionEnabled"},
{101, &Time::SetStandardUserSystemClockAutomaticCorrectionEnabled, "SetStandardUserSystemClockAutomaticCorrectionEnabled"},
{102, nullptr, "GetStandardUserSystemClockInitialYear"},