Actually return 0 in IFriendService::GetReceivedFriendRequestCount
This commit is contained in:
parent
675d53ab71
commit
5056d87da3
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ private:
|
|||
|
||||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
rb.Push(ResultSuccess);
|
||||
rb.Push(0);
|
||||
}
|
||||
|
||||
void GetUserPresenceView(HLERequestContext& ctx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue