mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Threads: removed outdated on_abort detection deemed unnecessary
May cause regressions.
This commit is contained in:
parent
3f943945a7
commit
b59bb16fad
5 changed files with 0 additions and 26 deletions
|
|
@ -387,11 +387,6 @@ void cpu_thread::operator()()
|
|||
g_cpu_suspend_lock.lock_unlock();
|
||||
}
|
||||
|
||||
void cpu_thread::on_abort()
|
||||
{
|
||||
state += cpu_flag::exit;
|
||||
}
|
||||
|
||||
cpu_thread::~cpu_thread()
|
||||
{
|
||||
vm::cleanup_unlock(*this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue