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