sys_lwcond, sys_lwmutex

This commit is contained in:
Nekotekina 2017-02-03 02:16:09 +03:00
parent 16944b0c4c
commit 3d85a89cc9
9 changed files with 366 additions and 213 deletions

View file

@ -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)