diff options
| author | bunnei <bunneidev@gmail.com> | 2021-04-11 10:50:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-11 10:50:08 -0700 |
| commit | 0c19147e09a2ebbb64bc1735eb8fee1b5ee807d5 (patch) | |
| tree | a55cd9991104cc241f86b29f7945d750539625c1 /src/core/hle/service/time/time.h | |
| parent | 55b7d8e3223b7564626d83f0603347567931691d (diff) | |
| parent | 2283fccc1bb09e8d1266ffb60d7696f97dfddd17 (diff) | |
Merge pull request #6170 from Morph1984/more-time-fixes
service: time: Setup the network clock with the local clock context
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: |
