time: Add GetStandardLocalSystemClock, used by libnx

This commit is contained in:
shinyquagsire23
2018-02-21 18:43:05 -07:00
parent 6a2197806e
commit 944132dbe5
3 changed files with 9 additions and 0 deletions

View File

@ -56,6 +56,7 @@ public:
void GetStandardNetworkSystemClock(Kernel::HLERequestContext& ctx);
void GetStandardSteadyClock(Kernel::HLERequestContext& ctx);
void GetTimeZoneService(Kernel::HLERequestContext& ctx);
void GetStandardLocalSystemClock(Kernel::HLERequestContext& ctx);
protected:
std::shared_ptr<Module> time;