Explorar o código

Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRV

archshift %!s(int64=11) %!d(string=hai) anos
pai
achega
40a84833ae
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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"}
 };
 
 ////////////////////////////////////////////////////////////////////////////////////////////////////