Actually return 0 in IFriendService::GetReceivedFriendRequestCount
This commit is contained in:
@@ -252,6 +252,7 @@ private:
|
||||
|
||||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
rb.Push(ResultSuccess);
|
||||
rb.Push(0);
|
||||
}
|
||||
|
||||
void GetUserPresenceView(HLERequestContext& ctx) {
|
||||
|
||||
Reference in New Issue
Block a user