Updated the unknown name

This commit is contained in:
Hexagon12 2018-04-10 20:01:33 +03:00 committed by GitHub
parent 251c576455
commit 83479a3d19

View file

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