mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
SPU/MFC: Add block has to command history
This commit is contained in:
parent
23cb67e0a1
commit
eb407e3b5c
4 changed files with 30 additions and 12 deletions
|
@ -506,7 +506,7 @@ void debugger_frame::keyPressEvent(QKeyEvent* event)
|
|||
auto& dump = *it;
|
||||
|
||||
const u32 pc = std::exchange(dump.cmd.eah, 0);
|
||||
fmt::append(ret, "\n(%d) PC 0x%05x: [%s]", i, pc, dump.cmd);
|
||||
fmt::append(ret, "\n(%d) PC 0x%05x: [%s] (%s)", i, pc, dump.cmd, spu_block_hash{dump.block_hash});
|
||||
|
||||
if (dump.cmd.cmd == MFC_PUTLLC_CMD)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue