Procházet zdrojové kódy

Merge pull request #1373 from ogniK5377/revert-nifm

Revert GetRequestState
bunnei před 7 roky
rodič
revize
9f92533cc2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/core/hle/service/nifm/nifm.cpp

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

@@ -65,7 +65,7 @@ private:
         LOG_WARNING(Service_NIFM, "(STUBBED) called");
         IPC::ResponseBuilder rb{ctx, 3};
         rb.Push(RESULT_SUCCESS);
-        rb.Push<u32>(3);
+        rb.Push<u32>(0);
     }
 
     void GetResult(Kernel::HLERequestContext& ctx) {