From d37ee3971678ba3d5997eee1daa7f3d9d0198165 Mon Sep 17 00:00:00 2001 From: feos Date: Sun, 23 Dec 2018 22:16:04 +0300 Subject: [PATCH] and more --- BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ITraceable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();