mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
sys_spu: fixup raw spu destroy regression
Caused a missed cpu_thread::state notification which is required now.
This commit is contained in:
parent
4d24ba1f35
commit
cb743da215
1 changed files with 0 additions and 1 deletions
|
@ -2346,7 +2346,6 @@ error_code raw_spu_destroy(ppu_thread& ppu, u32 id)
|
|||
}
|
||||
|
||||
// Stop thread
|
||||
thread.state += cpu_flag::exit;
|
||||
thread = thread_state::aborting;
|
||||
return true;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue