mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 08:27:53 +00:00
time: Add GetStandardLocalSystemClock, used by libnx
This commit is contained in:
parent
3dc5a6ea30
commit
d589b1baf2
3 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue