mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Silence some log messages
This commit is contained in:
parent
9690854e58
commit
71c4a2a15f
9 changed files with 54 additions and 46 deletions
|
|
@ -134,7 +134,7 @@ error_code sys_ppu_thread_join(ppu_thread& ppu, u32 thread_id, vm::ptr<u64> vptr
|
|||
|
||||
if (!vptr)
|
||||
{
|
||||
return CELL_EFAULT;
|
||||
return not_an_error(CELL_EFAULT);
|
||||
}
|
||||
|
||||
// Get the exit status from the register
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue