summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/hle/service/nim/nim.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/nim/nim.cpp b/src/core/hle/service/nim/nim.cpp
index 44d929c9a..c1737defa 100644
--- a/src/core/hle/service/nim/nim.cpp
+++ b/src/core/hle/service/nim/nim.cpp
@@ -145,7 +145,6 @@ private:
145 } 145 }
146 146
147 void GetResult(Kernel::HLERequestContext& ctx) { 147 void GetResult(Kernel::HLERequestContext& ctx) {
148 finished_event->Clear();
149 IPC::ResponseBuilder rb{ctx, 2}; 148 IPC::ResponseBuilder rb{ctx, 2};
150 rb.Push(RESULT_SUCCESS); 149 rb.Push(RESULT_SUCCESS);
151 LOG_DEBUG(Service_NIM, "called"); 150 LOG_DEBUG(Service_NIM, "called");