mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
sceNp: silence some errors
This commit is contained in:
parent
566a8ac5ac
commit
3f2c34edd2
3 changed files with 7 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue