소스 검색

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

David Marcec 8 년 전
부모
커밋
f3264dd78d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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");
     }