n64 tracer: mention regs in the header

This commit is contained in:
feos 2016-08-14 19:20:18 +03:00
parent 473b9e5f33
commit 45a83322a7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.N64
public m64pTraceBuffer(IDebuggable debuggableCore, IMemoryDomains memoryDomains, IDisassemblable disassembler)
: base(debuggableCore, memoryDomains, disassembler)
{
Header = "r3400: PC, mnemonic, arguments";
Header = "r3400: PC, mnemonic, arguments, registers (GPRs, Load/Link Bit, MultHI, MultLO, Implementation/Revision, Control/Status)";
}
public override void TraceFromCallback()