From c9387221a0af89e5b14b7d892a488b2266fad1cb Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 21 Feb 2016 18:03:11 -0500 Subject: [PATCH] GPGX tracer - Trim() registers --- BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.ITraceable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }