sys_lv2dbg added, bugfix

This commit is contained in:
Nekotekina 2015-07-09 18:30:37 +03:00
parent daa93a7226
commit 4bacfcf847
46 changed files with 1484 additions and 1205 deletions

View file

@ -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);