mirror of
https://codeberg.org/yuzu-emu/yuzu.git
synced 2025-12-16 12:09:04 +00:00
Actually return 0 in IFriendService::GetReceivedFriendRequestCount
This commit is contained in:
parent
662ce7f3a0
commit
628a1649e3
@ -252,6 +252,7 @@ private:
|
||||
|
||||
IPC::ResponseBuilder rb{ctx, 3};
|
||||
rb.Push(ResultSuccess);
|
||||
rb.Push(0);
|
||||
}
|
||||
|
||||
void GetPlayHistoryStatistics(HLERequestContext& ctx) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user