mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Fake sceNpMatching2GetLobbyInfoList
This commit is contained in:
parent
9e460ebe0a
commit
9dd0b055d0
7 changed files with 159 additions and 99 deletions
|
|
@ -1656,6 +1656,13 @@ error_code sceNpMatching2GetLobbyInfoList(
|
|||
return res;
|
||||
}
|
||||
|
||||
const u32 request_id = nph.get_lobby_info_list(ctxId, optParam, reqParam.get_ptr());
|
||||
|
||||
if (assignedReqId)
|
||||
{
|
||||
*assignedReqId = request_id;
|
||||
}
|
||||
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue