mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-29 22:20:48 +00:00
sys_spu_thread: Removed unused field access
This commit is contained in:
parent
56d922999f
commit
2981867375
@ -253,7 +253,7 @@ error_code sys_ppu_thread_detach(ppu_thread& ppu, u32 thread_id)
|
|||||||
|
|
||||||
// Remove ID on EAGAIN
|
// Remove ID on EAGAIN
|
||||||
return result != CELL_EAGAIN;
|
return result != CELL_EAGAIN;
|
||||||
}).ptr;
|
});
|
||||||
|
|
||||||
if (result)
|
if (result)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user