mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
sys_ppu_thread_join, sys_ppu_thread_exit fixed
Some diagnostic messages in mutexes
This commit is contained in:
parent
fac86aae58
commit
3127543b6e
13 changed files with 220 additions and 56 deletions
|
@ -17,6 +17,7 @@ PPUThread& GetCurrentPPUThread()
|
|||
|
||||
PPUThread::PPUThread() : PPCThread(CPU_THREAD_PPU)
|
||||
{
|
||||
owned_mutexes = 0;
|
||||
Reset();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue