summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/local_system_clock_context_writer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/time/local_system_clock_context_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/time/local_system_clock_context_writer.h b/src/core/hle/service/time/local_system_clock_context_writer.h
index 490d0ef3e..6be617392 100644
--- a/src/core/hle/service/time/local_system_clock_context_writer.h
+++ b/src/core/hle/service/time/local_system_clock_context_writer.h
@@ -18,7 +18,7 @@ public:
protected:
ResultCode Update() override {
shared_memory.UpdateLocalSystemClockContext(context);
- return RESULT_SUCCESS;
+ return ResultSuccess;
}
private: