mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 10:37:50 +00:00
Implement GetClockSnapshot
Needed by megaman 11
This commit is contained in:
parent
7364c759a5
commit
594e1b7121
3 changed files with 88 additions and 21 deletions
|
@ -21,7 +21,7 @@ Time::Time(std::shared_ptr<Module> time, const char* name)
|
|||
{102, nullptr, "GetStandardUserSystemClockInitialYear"},
|
||||
{200, nullptr, "IsStandardNetworkSystemClockAccuracySufficient"},
|
||||
{300, nullptr, "CalculateMonotonicSystemClockBaseTimePoint"},
|
||||
{400, nullptr, "GetClockSnapshot"},
|
||||
{400, &Time::GetClockSnapshot, "GetClockSnapshot"},
|
||||
{401, nullptr, "GetClockSnapshotFromSystemClockContext"},
|
||||
{500, nullptr, "CalculateStandardUserSystemClockDifferenceByUser"},
|
||||
{501, nullptr, "CalculateSpanBetween"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue