Return correct amount of values from IFriendService::GetReceivedFriendRequestCount
This commit is contained in:
parent
a5a833bccd
commit
14ba64bdcb
1 changed files with 2 additions and 1 deletions
|
@ -273,9 +273,10 @@ private:
|
||||||
|
|
||||||
LOG_DEBUG(Service_Friend, "(STUBBED) called");
|
LOG_DEBUG(Service_Friend, "(STUBBED) called");
|
||||||
|
|
||||||
IPC::ResponseBuilder rb{ctx, 2};
|
IPC::ResponseBuilder rb{ctx, 4};
|
||||||
rb.Push(ResultSuccess);
|
rb.Push(ResultSuccess);
|
||||||
rb.Push(0);
|
rb.Push(0);
|
||||||
|
rb.Push(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GetUserPresenceView(HLERequestContext& ctx) {
|
void GetUserPresenceView(HLERequestContext& ctx) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue