mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
debugger: Fix trailing spaces in PPU register dump
This commit is contained in:
parent
3f44ecb77a
commit
d5eebd6ab4
3 changed files with 11 additions and 3 deletions
|
|
@ -1153,7 +1153,8 @@ void ppu_thread::dump_regs(std::string& ret) const
|
|||
}
|
||||
}
|
||||
|
||||
fmt::append(ret, "\n");
|
||||
fmt::trim_back(ret);
|
||||
ret += '\n';
|
||||
}
|
||||
|
||||
for (uint i = 0; i < 32; ++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue