mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
sys_lwcond, sys_lwmutex
This commit is contained in:
parent
16944b0c4c
commit
3d85a89cc9
9 changed files with 366 additions and 213 deletions
|
@ -520,6 +520,15 @@ s32 error_code::error_report(const fmt_type_info* sup, u64 arg)
|
|||
|
||||
break;
|
||||
}
|
||||
case CELL_ESRCH:
|
||||
{
|
||||
if (ppu.m_name == "_sys_MixerChStripMain" && std::memcmp(ppu.last_function, "sys_lwmutex_lock", 17) == 0)
|
||||
{
|
||||
level = logs::level::trace;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (ppu.last_function)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue