mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
SPU: Report 'GETLLAR took too long'
Also move similar code in PPU.
This commit is contained in:
parent
4ff23a9943
commit
dc39a9b84f
2 changed files with 10 additions and 5 deletions
|
@ -2352,6 +2352,11 @@ bool spu_thread::process_mfc_cmd()
|
|||
continue;
|
||||
}
|
||||
|
||||
if (i >= 25) [[unlikely]]
|
||||
{
|
||||
spu_log.warning("GETLLAR took too long: %u", i);
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue