Bk2 input display generation - don't generate the mnemonic string twice, one time per function call will do
This commit is contained in:
parent
d560eb80b4
commit
c8c563153c
|
@ -41,8 +41,8 @@ namespace BizHawk.Client.Common
|
|||
{
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
return GenerateLogEntry()
|
||||
|
||||
return le
|
||||
.Replace(".", " ")
|
||||
.Replace("|", "")
|
||||
.Replace(" 0, 0,", " ");
|
||||
|
|
Loading…
Reference in New Issue