mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 00:33:01 +00: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
@ -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…
x
Reference in New Issue
Block a user