mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
sys_spu_thread: Removed unused field access
This commit is contained in:
parent
56d922999f
commit
2981867375
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ error_code sys_ppu_thread_detach(ppu_thread& ppu, u32 thread_id)
|
|||
|
||||
// Remove ID on EAGAIN
|
||||
return result != CELL_EAGAIN;
|
||||
}).ptr;
|
||||
});
|
||||
|
||||
if (result)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue