mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +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
|
// Stop thread
|
||||||
thread.state += cpu_flag::exit;
|
|
||||||
thread = thread_state::aborting;
|
thread = thread_state::aborting;
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user