mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Fix sys_cond_wait
Schedule PPU thread before relocking. Don't lock mutex in notify functions.
This commit is contained in:
parent
fd839243ec
commit
ec8c5453bc
2 changed files with 38 additions and 33 deletions
|
|
@ -1029,7 +1029,7 @@ void lv2_obj::sleep_unlocked(cpu_thread& thread, u64 timeout)
|
|||
|
||||
if (!ok)
|
||||
{
|
||||
LOG_TRACE(PPU, "sleep() failed (signaled)");
|
||||
LOG_FATAL(PPU, "sleep() failed (signaled) (%s)", ppu->current_function);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue