sys_ppu_thread_join, sys_ppu_thread_exit fixed

Some diagnostic messages in mutexes
This commit is contained in:
Nekotekina 2014-03-07 16:03:42 +04:00
parent fac86aae58
commit 3127543b6e
13 changed files with 220 additions and 56 deletions

View file

@ -17,6 +17,7 @@ PPUThread& GetCurrentPPUThread()
PPUThread::PPUThread() : PPCThread(CPU_THREAD_PPU)
{
owned_mutexes = 0;
Reset();
}