mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Improved ID manager.
Improved MemoryBlock.
This commit is contained in:
parent
159b6ecea3
commit
ab41540064
27 changed files with 813 additions and 767 deletions
|
@ -32,14 +32,13 @@ void CPUThread::Close()
|
|||
if(IsAlive())
|
||||
{
|
||||
m_free_data = true;
|
||||
ThreadBase::Stop(false);
|
||||
}
|
||||
else
|
||||
{
|
||||
delete m_dec;
|
||||
m_dec = nullptr;
|
||||
}
|
||||
|
||||
Stop();
|
||||
}
|
||||
|
||||
void CPUThread::Reset()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue