diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ITraceable.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ITraceable.cs index 6a9c3cfa37..8fca3a8e16 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ITraceable.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ITraceable.cs @@ -27,7 +27,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx var traceInfo = new TraceInfo { - Disassembly = string.Format("{0:X6}: {1}", pc, disasm).PadRight(46) + Disassembly = string.Format("{0:X6}: {1}", pc, disasm).PadRight(50) }; var sb = new StringBuilder();