Browse Source

Updated the unknown name

pull/15/merge
Hexagon12 8 years ago
committed by GitHub
parent
commit
be50a6ceef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/hle/service/friend/friend.cpp

2
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");

Loading…
Cancel
Save