diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.ITraceable.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.ITraceable.cs index 7ca8a38dd7..aad4ac02ee 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.ITraceable.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.ITraceable.cs @@ -73,7 +73,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx } } - traceInfo.RegisterInfo = sb.ToString(); + traceInfo.RegisterInfo = sb.ToString().Trim(); Buffer.Add(traceInfo); }