소스 검색

Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRV

archshift 11 년 전
부모
커밋
40a84833ae
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/core/hle/service/srv.cpp

+ 2 - 0
src/core/hle/service/srv.cpp

@@ -57,6 +57,8 @@ const Interface::FunctionInfo FunctionTable[] = {
     {0x00030100, nullptr,           "RegisterService"},
     {0x000400C0, nullptr,           "UnregisterService"},
     {0x00050100, GetServiceHandle,  "GetServiceHandle"},
+    {0x000B0000, nullptr,           "ReceiveNotification"},
+    {0x000C0080, nullptr,           "PublishToSubscriber"}
 };
 
 ////////////////////////////////////////////////////////////////////////////////////////////////////