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
|
@ -42,7 +42,7 @@ namespace BizHawk.Client.Common
|
||||||
return string.Empty;
|
return string.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
return GenerateLogEntry()
|
return le
|
||||||
.Replace(".", " ")
|
.Replace(".", " ")
|
||||||
.Replace("|", "")
|
.Replace("|", "")
|
||||||
.Replace(" 0, 0,", " ");
|
.Replace(" 0, 0,", " ");
|
||||||
|
|
Loading…
Reference in New Issue