mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
sys_lv2dbg added, bugfix
This commit is contained in:
parent
daa93a7226
commit
4bacfcf847
46 changed files with 1484 additions and 1205 deletions
|
@ -497,7 +497,14 @@ PPUThread::PPUThread(const std::string& name)
|
|||
|
||||
PPUThread::~PPUThread()
|
||||
{
|
||||
join();
|
||||
if (is_current())
|
||||
{
|
||||
detach();
|
||||
}
|
||||
else
|
||||
{
|
||||
join();
|
||||
}
|
||||
|
||||
CloseStack();
|
||||
ppu_free_tls(m_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue