Selaa lähdekoodia

service: nifm: Initialize request state

german77 3 vuotta sitten
vanhempi
commit
80bcc18788
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/core/hle/service/nifm/nifm.cpp

+ 1 - 0
src/core/hle/service/nifm/nifm.cpp

@@ -207,6 +207,7 @@ public:
 
         event1 = CreateKEvent(service_context, "IRequest:Event1");
         event2 = CreateKEvent(service_context, "IRequest:Event2");
+        state = RequestState::NotSubmitted;
     }
 
     ~IRequest() override {