mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Minor fixup after #7826
This commit is contained in:
parent
cccc32fa9d
commit
017ef5a94e
@ -80,8 +80,10 @@ error_code _sys_lwmutex_destroy(ppu_thread& ppu, u32 lwmutex_id)
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
break;
|
||||
else
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (!idm::remove_verify<lv2_obj, lv2_lwmutex>(lwmutex_id, std::move(mutex)))
|
||||
|
Loading…
Reference in New Issue
Block a user