mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00:00
Syscall analysis implemented
This commit is contained in:
parent
63e690ca11
commit
9db7de29fb
16 changed files with 234 additions and 155 deletions
|
|
@ -2363,7 +2363,7 @@ s32 ppu_error_code::report(s32 error, const char* text)
|
|||
{
|
||||
if (auto func = static_cast<PPUThread*>(thread)->last_function)
|
||||
{
|
||||
LOG_ERROR(PPU, "Function '%s' failed with 0x%08x : %s", func, error, text);
|
||||
LOG_ERROR(PPU, "'%s' failed with 0x%08x : %s", func, error, text);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue