mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-08-03 18:08:45 +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};
|
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