sceNp: silence some errors

This commit is contained in:
Megamouse 2024-01-30 20:53:23 +01:00
parent 566a8ac5ac
commit 3f2c34edd2
3 changed files with 7 additions and 1 deletions

View file

@ -1571,7 +1571,7 @@ error_code sceNpBasicRecvMessageCustom(ppu_thread& ppu, u16 mainType, u32 recvOp
if (result != CELL_OK)
{
return SCE_NP_BASIC_ERROR_CANCEL;
return not_an_error(SCE_NP_BASIC_ERROR_CANCEL);
}
const auto opt_msg = nph.get_message(chosen_msg_id);