SPU/MFC: Add block has to command history

This commit is contained in:
Eladash 2023-07-28 11:17:58 +03:00 committed by Elad Ashkenazi
parent 23cb67e0a1
commit eb407e3b5c
4 changed files with 30 additions and 12 deletions

View file

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