mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
- Improved PPU decoder
This commit is contained in:
parent
1f6a7560e4
commit
4486cbb855
10 changed files with 902 additions and 500 deletions
|
|
@ -39,7 +39,8 @@ void PPCThreadManager::RemoveThread(const u32 id)
|
|||
|
||||
wxGetApp().SendDbgCommand(DID_REMOVE_THREAD, &m_threads[i]);
|
||||
m_threads[i].Close();
|
||||
m_threads.RemoveAt(i);
|
||||
delete &m_threads[i];
|
||||
m_threads.RemoveFAt(i);
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue