service: time: Setup the network clock with the local clock context

Setting the network time allows some time based events using the network clock to not reset.
This commit is contained in:
Morph
2021-04-08 13:26:38 -04:00
parent 15a07f0282
commit 2283fccc1b
6 changed files with 38 additions and 21 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: