SPU: Improve some logging

This commit is contained in:
Elad Ashkenazi 2024-08-17 12:25:14 +03:00 committed by Elad
parent 3ea24183b9
commit 7c898c3e4e
3 changed files with 6 additions and 5 deletions

View file

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