summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/psc/time/system_clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/psc/time/system_clock.h')
-rw-r--r--src/core/hle/service/psc/time/system_clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/psc/time/system_clock.h b/src/core/hle/service/psc/time/system_clock.h
index b40d73595..3c11fb2f8 100644
--- a/src/core/hle/service/psc/time/system_clock.h
+++ b/src/core/hle/service/psc/time/system_clock.h
@@ -26,7 +26,7 @@ public:
Result GetCurrentTime(Out<s64> out_time);
Result SetCurrentTime(s64 time);
Result GetSystemClockContext(Out<SystemClockContext> out_context);
- Result SetSystemClockContext(SystemClockContext& context);
+ Result SetSystemClockContext(const SystemClockContext& context);
Result GetOperationEventReadableHandle(OutCopyHandle<Kernel::KReadableEvent> out_event);
private: