mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 12:27:48 +00:00
Implemented CalculateStandardUserSystemClockDifferenceByUser
Seems pokemon calls this sometimes and it caused "random crashes"
This commit is contained in:
parent
3d7dacdd9a
commit
f60294d740
3 changed files with 18 additions and 1 deletions
|
@ -84,6 +84,7 @@ public:
|
|||
void GetTimeZoneService(Kernel::HLERequestContext& ctx);
|
||||
void GetStandardLocalSystemClock(Kernel::HLERequestContext& ctx);
|
||||
void GetClockSnapshot(Kernel::HLERequestContext& ctx);
|
||||
void CalculateStandardUserSystemClockDifferenceByUser(Kernel::HLERequestContext& ctx);
|
||||
|
||||
protected:
|
||||
std::shared_ptr<Module> time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue