early-access version 1576

This commit is contained in:
pineappleEA
2021-04-10 06:39:52 +02:00
parent 6dcdb93254
commit a20c9bc240
7 changed files with 39 additions and 22 deletions

View File

@@ -40,7 +40,7 @@ public:
private:
ResultCode GetClockSnapshotFromSystemClockContextInternal(
Kernel::KThread* thread, Clock::SystemClockContext user_context,
Clock::SystemClockContext network_context, u8 type,
Clock::SystemClockContext network_context, Clock::TimeType type,
Clock::ClockSnapshot& cloc_snapshot);
protected: