Explorar o código

Removed unneeded event clear

David Marcec %!s(int64=7) %!d(string=hai) anos
pai
achega
583137709f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/core/hle/service/nim/nim.cpp

+ 0 - 1
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");