From c8c563153ce6f4c5923b1f5bdbe0f14dc23a7574 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 11 Jan 2015 15:50:01 +0000 Subject: [PATCH] Bk2 input display generation - don't generate the mnemonic string twice, one time per function call will do --- BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs b/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs index 896cf62d05..6a8bc5f258 100644 --- a/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs +++ b/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs @@ -41,8 +41,8 @@ namespace BizHawk.Client.Common { return string.Empty; } - - return GenerateLogEntry() + + return le .Replace(".", " ") .Replace("|", "") .Replace(" 0, 0,", " ");