mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
SPU: Improve some logging
This commit is contained in:
parent
3ea24183b9
commit
7c898c3e4e
3 changed files with 6 additions and 5 deletions
|
|
@ -405,7 +405,7 @@ void spu_load_exec(const spu_exec_object& elf)
|
|||
}
|
||||
else if (i % 4 == 0)
|
||||
{
|
||||
to_log += '\n';
|
||||
fmt::append(to_log, "\n[%02u] ", i / 8);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue