mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
parent
6535fb0603
commit
dd86aa472d
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ error_code _sys_lwcond_queue_wait(ppu_thread& ppu, u32 lwcond_id, u32 lwmutex_id
|
|||
|
||||
if (!mutex)
|
||||
{
|
||||
return nullptr;
|
||||
return;
|
||||
}
|
||||
|
||||
std::lock_guard lock(cond.mutex);
|
||||
|
|
Loading…
Add table
Reference in a new issue