mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-17 07:50:13 +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
|
// Remove ID on EAGAIN
|
||||||
return result != CELL_EAGAIN;
|
return result != CELL_EAGAIN;
|
||||||
}).ptr;
|
});
|
||||||
|
|
||||||
if (result)
|
if (result)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue