mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-04-20 03:24:48 +00:00
Actually return 0 in IFriendService::GetReceivedFriendRequestCount
This commit is contained in:
parent
268ee291a1
commit
30bd90424f
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
Reference in a new issue