mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +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
|
@ -361,7 +361,7 @@ void CPUThread::Task()
|
|||
if (Ini.HLELogging.GetValue()) ConLog.Write("%s leave", CPUThread::GetFName().wx_str());
|
||||
}
|
||||
|
||||
int CPUThread::ExecAsCallback(u64 pc, bool wait, u64 a1, u64 a2, u64 a3, u64 a4) // not multithread-safe
|
||||
s64 CPUThread::ExecAsCallback(u64 pc, bool wait, u64 a1, u64 a2, u64 a3, u64 a4) // not multithread-safe
|
||||
{
|
||||
while (m_alive)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue