summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-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 @@
11namespace Service { 11namespace Service {
12namespace Friend { 12namespace Friend {
13 13
14void Module::Interface::Unknown(Kernel::HLERequestContext& ctx) { 14void Module::Interface::CreateFriendService(Kernel::HLERequestContext& ctx) {
15 IPC::ResponseBuilder rb{ctx, 2}; 15 IPC::ResponseBuilder rb{ctx, 2};
16 rb.Push(RESULT_SUCCESS); 16 rb.Push(RESULT_SUCCESS);
17 LOG_WARNING(Service_Friend, "(STUBBED) called"); 17 LOG_WARNING(Service_Friend, "(STUBBED) called");