From 40a84833aec80df6baa7fc072745c1a10d18d858 Mon Sep 17 00:00:00 2001 From: archshift Date: Sat, 1 Nov 2014 23:15:38 -0700 Subject: Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRV --- src/core/hle/service/srv.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/hle/service/srv.cpp') diff --git a/src/core/hle/service/srv.cpp b/src/core/hle/service/srv.cpp index eb2c73f9..6c02a43d 100644 --- a/src/core/hle/service/srv.cpp +++ b/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"} }; //////////////////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3