Explorar el Código

Games expect 15 for ICommonStateGetter::ReceiveMessage in order to continue execution

David Marcec hace 8 años
padre
commit
f3264dd78d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/hle/service/am/applet_oe.cpp

+ 1 - 1
src/core/hle/service/am/applet_oe.cpp

@@ -81,7 +81,7 @@ private:
     void ReceiveMessage(Kernel::HLERequestContext& ctx) {
         IPC::RequestBuilder rb{ctx, 3};
         rb.Push(RESULT_SUCCESS);
-        rb.Push<u32>(1);
+        rb.Push<u32>(15);
 
         LOG_WARNING(Service, "(STUBBED) called");
     }