Fake sceNpMatching2GetLobbyInfoList

This commit is contained in:
RipleyTom 2024-09-20 20:24:59 +02:00 committed by Megamouse
parent 9e460ebe0a
commit 9dd0b055d0
7 changed files with 159 additions and 99 deletions

View file

@ -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;
}