diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-08 13:26:38 -0400 |
|---|---|---|
| committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-08 13:26:38 -0400 |
| commit | 2283fccc1bb09e8d1266ffb60d7696f97dfddd17 (patch) | |
| tree | d11d859d545f05df28a1f0484e1168e691163c83 /src/core/hle/service/time/time.h | |
| parent | 15a07f02828071ee44d467a6d5e5930c706317bf (diff) | |
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.
Diffstat (limited to 'src/core/hle/service/time/time.h')
| -rw-r--r-- | src/core/hle/service/time/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/time/time.h b/src/core/hle/service/time/time.h index 4154c7ee9..ce9c479c6 100644 --- a/src/core/hle/service/time/time.h +++ b/src/core/hle/service/time/time.h @@ -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: |
