mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-22 04:24:29 -04: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