mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
SPU/PPU debugger: use ':' instead of '='
This commit is contained in:
parent
142a1da0e0
commit
1bd6cb2105
2 changed files with 14 additions and 14 deletions
|
@ -806,7 +806,7 @@ std::string spu_thread::dump_regs() const
|
|||
|
||||
for (u32 i = 0; i < 128; i++)
|
||||
{
|
||||
fmt::append(ret, "r%d = %s\n", i, gpr[i]);
|
||||
fmt::append(ret, "r%d: %s\n", i, gpr[i]);
|
||||
}
|
||||
|
||||
fmt::append(ret, "\nEvent Stat: 0x%x\n", +ch_event_stat);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue