mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Try to purge thread_state::detached
It's rarely necessary, but can cause unexpected problems.
This commit is contained in:
parent
cb047fcc75
commit
490f58ff3c
5 changed files with 31 additions and 31 deletions
|
@ -424,12 +424,6 @@ extern bool ppu_patch(u32 addr, u32 value)
|
|||
return true;
|
||||
}
|
||||
|
||||
void ppu_thread::on_cleanup(named_thread<ppu_thread>* _this)
|
||||
{
|
||||
// Remove thread id
|
||||
idm::remove<named_thread<ppu_thread>>(_this->id);
|
||||
}
|
||||
|
||||
std::string ppu_thread::dump() const
|
||||
{
|
||||
std::string ret = cpu_thread::dump();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue