diff options
| author | 2018-04-10 20:01:33 +0300 | |
|---|---|---|
| committer | 2018-04-10 20:01:33 +0300 | |
| commit | be50a6ceefa0e4e12cad12628d554d7966733d36 (patch) | |
| tree | 23627bcf235a4d083642ebf00121541c4bc38ac2 /src | |
| parent | Updated friend:a with more service names. (diff) | |
| download | yuzu-be50a6ceefa0e4e12cad12628d554d7966733d36.tar.gz yuzu-be50a6ceefa0e4e12cad12628d554d7966733d36.tar.xz yuzu-be50a6ceefa0e4e12cad12628d554d7966733d36.zip | |
Updated the unknown name
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/friend/friend.cpp | 2 |
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 @@ | |||
| 11 | namespace Service { | 11 | namespace Service { |
| 12 | namespace Friend { | 12 | namespace Friend { |
| 13 | 13 | ||
| 14 | void Module::Interface::Unknown(Kernel::HLERequestContext& ctx) { | 14 | void 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"); |