From 583137709fafa3fca02a445556ff229f54c4d288 Mon Sep 17 00:00:00 2001 From: David Marcec Date: Thu, 20 Sep 2018 15:16:08 +1000 Subject: [PATCH] Removed unneeded event clear --- src/core/hle/service/nim/nim.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/hle/service/nim/nim.cpp b/src/core/hle/service/nim/nim.cpp index 44d929c9ac..c1737defad 100644 --- a/src/core/hle/service/nim/nim.cpp +++ b/src/core/hle/service/nim/nim.cpp @@ -145,7 +145,6 @@ private: } void GetResult(Kernel::HLERequestContext& ctx) { - finished_event->Clear(); IPC::ResponseBuilder rb{ctx, 2}; rb.Push(RESULT_SUCCESS); LOG_DEBUG(Service_NIM, "called");