diff options
author | archshift <admin@archshift.com> | 2014-11-01 23:15:38 -0700 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-11-01 23:15:38 -0700 |
commit | 40a84833aec80df6baa7fc072745c1a10d18d858 (patch) | |
tree | ca52373ca5d6d7d48d92fed441a79dbe17773bfa /src | |
parent | c22923f8c4bd86f28f38b005b03bd51bf3bfc90d (diff) |
Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRV
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/service/srv.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/srv.cpp b/src/core/hle/service/srv.cpp index eb2c73f93..6c02a43d9 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"} }; //////////////////////////////////////////////////////////////////////////////////////////////////// |