summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/nim')
-rw-r--r--src/core/hle/service/nim/nim.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nim/nim.cpp b/src/core/hle/service/nim/nim.cpp
index 6d66ad90b..4a2262562 100644
--- a/src/core/hle/service/nim/nim.cpp
+++ b/src/core/hle/service/nim/nim.cpp
@@ -313,6 +313,7 @@ public:
313 }; 313 };
314 RegisterHandlers(functions); 314 RegisterHandlers(functions);
315 315
316 Kernel::KAutoObject::Create(std::addressof(finished_event));
316 finished_event.Initialize("IEnsureNetworkClockAvailabilityService:FinishEvent"); 317 finished_event.Initialize("IEnsureNetworkClockAvailabilityService:FinishEvent");
317 } 318 }
318 319