summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend/friend.cpp
diff options
context:
space:
mode:
authorHexagon12 <Hexagon12@users.noreply.github.com>2018-04-10 19:01:33 +0200
committerGitHub <noreply@github.com>2018-04-10 19:01:33 +0200
commitbe50a6ceefa0e4e12cad12628d554d7966733d36 (patch)
tree23627bcf235a4d083642ebf00121541c4bc38ac2 /src/core/hle/service/friend/friend.cpp
parentUpdated friend:a with more service names. (diff)
downloadyuzu-be50a6ceefa0e4e12cad12628d554d7966733d36.tar
yuzu-be50a6ceefa0e4e12cad12628d554d7966733d36.tar.gz
yuzu-be50a6ceefa0e4e12cad12628d554d7966733d36.tar.bz2
yuzu-be50a6ceefa0e4e12cad12628d554d7966733d36.tar.lz
yuzu-be50a6ceefa0e4e12cad12628d554d7966733d36.tar.xz
yuzu-be50a6ceefa0e4e12cad12628d554d7966733d36.tar.zst
yuzu-be50a6ceefa0e4e12cad12628d554d7966733d36.zip
Diffstat (limited to 'src/core/hle/service/friend/friend.cpp')
-rw-r--r--src/core/hle/service/friend/friend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/friend/friend.cpp b/src/core/hle/service/friend/friend.cpp
index fc5adc56d..051448b2a 100644
--- a/src/core/hle/service/friend/friend.cpp
+++ b/src/core/hle/service/friend/friend.cpp
@@ -11,7 +11,7 @@
namespace Service {
namespace Friend {
-void Module::Interface::Unknown(Kernel::HLERequestContext& ctx) {
+void Module::Interface::CreateFriendService(Kernel::HLERequestContext& ctx) {
IPC::ResponseBuilder rb{ctx, 2};
rb.Push(RESULT_SUCCESS);
LOG_WARNING(Service_Friend, "(STUBBED) called");