summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sm/srv.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2017-09-24 07:12:58 +0200
committerSubv <subv2112@gmail.com>2017-09-24 07:12:58 +0200
commit0b33e36292ca44151da32c7866e4c4394add564b (patch)
treeebe77b8f7d81b2c026dbe2276f383d72cc949bfe /src/core/hle/service/sm/srv.h
parentMerge pull request #2928 from huwpascoe/master (diff)
downloadyuzu-0b33e36292ca44151da32c7866e4c4394add564b.tar
yuzu-0b33e36292ca44151da32c7866e4c4394add564b.tar.gz
yuzu-0b33e36292ca44151da32c7866e4c4394add564b.tar.bz2
yuzu-0b33e36292ca44151da32c7866e4c4394add564b.tar.lz
yuzu-0b33e36292ca44151da32c7866e4c4394add564b.tar.xz
yuzu-0b33e36292ca44151da32c7866e4c4394add564b.tar.zst
yuzu-0b33e36292ca44151da32c7866e4c4394add564b.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/sm/srv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/sm/srv.h b/src/core/hle/service/sm/srv.h
index 75cca5184..aad839563 100644
--- a/src/core/hle/service/sm/srv.h
+++ b/src/core/hle/service/sm/srv.h
@@ -28,6 +28,7 @@ private:
void Subscribe(Kernel::HLERequestContext& ctx);
void Unsubscribe(Kernel::HLERequestContext& ctx);
void PublishToSubscriber(Kernel::HLERequestContext& ctx);
+ void RegisterService(Kernel::HLERequestContext& ctx);
std::shared_ptr<ServiceManager> service_manager;
Kernel::SharedPtr<Kernel::Semaphore> notification_semaphore;