summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend/friend.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2019-06-24 04:26:45 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2019-06-24 04:26:45 +0200
commite49ae3bf92fdc3f925ceaff03c4f2b9e90f94448 (patch)
treeecaf6c49c7ed16728a9419354e630b6f1d4ac3fc /src/core/hle/service/friend/friend.h
parentMerge pull request #2603 from WamWooWam/master (diff)
downloadyuzu-e49ae3bf92fdc3f925ceaff03c4f2b9e90f94448.tar
yuzu-e49ae3bf92fdc3f925ceaff03c4f2b9e90f94448.tar.gz
yuzu-e49ae3bf92fdc3f925ceaff03c4f2b9e90f94448.tar.bz2
yuzu-e49ae3bf92fdc3f925ceaff03c4f2b9e90f94448.tar.lz
yuzu-e49ae3bf92fdc3f925ceaff03c4f2b9e90f94448.tar.xz
yuzu-e49ae3bf92fdc3f925ceaff03c4f2b9e90f94448.tar.zst
yuzu-e49ae3bf92fdc3f925ceaff03c4f2b9e90f94448.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/friend/friend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/friend/friend.h b/src/core/hle/service/friend/friend.h
index e762840cb..38d05fa8e 100644
--- a/src/core/hle/service/friend/friend.h
+++ b/src/core/hle/service/friend/friend.h
@@ -16,6 +16,7 @@ public:
~Interface() override;
void CreateFriendService(Kernel::HLERequestContext& ctx);
+ void CreateNotificationService(Kernel::HLERequestContext& ctx);
protected:
std::shared_ptr<Module> module;