and more padding
This commit is contained in:
parent
40d0ddb1c2
commit
f000b45d28
BizHawk.Emulation.Cores/Consoles/Sega/gpgx64
|
@ -27,7 +27,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
|||
|
||||
var traceInfo = new TraceInfo
|
||||
{
|
||||
Disassembly = string.Format("{0:X6}: {1}", pc, disasm).PadRight(40)
|
||||
Disassembly = string.Format("{0:X6}: {1}", pc, disasm).PadRight(46)
|
||||
};
|
||||
|
||||
var sb = new StringBuilder();
|
||||
|
|
Loading…
Reference in New Issue