mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-20 21:27:52 -05:00
time: Add GetStandardLocalSystemClock, used by libnx
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user