Explorar el Código

Removed unneeded event clear

David Marcec hace 7 años
padre
commit
583137709f
Se han modificado 1 ficheros con 0 adiciones y 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");