Просмотр исходного кода

Revert GetRequestState

Even though setting this value to 3 is more correct. We break more games than we fix due to missing implementations. We should keep this as 0 for the time being
David Marcec 7 лет назад
Родитель
Сommit
b918925bd5
1 измененных файлов с 1 добавлено и 1 удалено
  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");
         LOG_WARNING(Service_NIFM, "(STUBBED) called");
         IPC::ResponseBuilder rb{ctx, 3};
         IPC::ResponseBuilder rb{ctx, 3};
         rb.Push(RESULT_SUCCESS);
         rb.Push(RESULT_SUCCESS);
-        rb.Push<u32>(3);
+        rb.Push<u32>(0);
     }
     }
 
 
     void GetResult(Kernel::HLERequestContext& ctx) {
     void GetResult(Kernel::HLERequestContext& ctx) {