aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/srv.cpp
diff options
context:
space:
mode:
authorGravatar archshift <admin@archshift.com>2014-11-01 23:15:38 -0700
committerGravatar archshift <admin@archshift.com>2014-11-01 23:15:38 -0700
commit40a84833aec80df6baa7fc072745c1a10d18d858 (patch)
treeca52373ca5d6d7d48d92fed441a79dbe17773bfa /src/core/hle/service/srv.cpp
parentc22923f8c4bd86f28f38b005b03bd51bf3bfc90d (diff)
Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRV
Diffstat (limited to 'src/core/hle/service/srv.cpp')
-rw-r--r--src/core/hle/service/srv.cpp2
1 files changed, 2 insertions, 0 deletions
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"}
};
////////////////////////////////////////////////////////////////////////////////////////////////////