summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend/friend.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-07-03 05:32:57 +0200
committerGitHub <noreply@github.com>2019-07-03 05:32:57 +0200
commit58032e0085af7fa15e0cf3ac3ee151794cd053c0 (patch)
treec748e579d8eeb0218ae1edf10f1ef6ab250d10e9 /src/core/hle/service/friend/friend.h
parentMerge pull request #2659 from FernandoS27/safe-caches (diff)
parentAttemp clang format fix? (diff)
downloadyuzu-58032e0085af7fa15e0cf3ac3ee151794cd053c0.tar
yuzu-58032e0085af7fa15e0cf3ac3ee151794cd053c0.tar.gz
yuzu-58032e0085af7fa15e0cf3ac3ee151794cd053c0.tar.bz2
yuzu-58032e0085af7fa15e0cf3ac3ee151794cd053c0.tar.lz
yuzu-58032e0085af7fa15e0cf3ac3ee151794cd053c0.tar.xz
yuzu-58032e0085af7fa15e0cf3ac3ee151794cd053c0.tar.zst
yuzu-58032e0085af7fa15e0cf3ac3ee151794cd053c0.zip
Diffstat (limited to 'src/core/hle/service/friend/friend.h')
-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;