Optimize InputDisplayGenerator.Generate
This commit is contained in:
parent
d31047ffc3
commit
df4aa7974b
|
@ -51,7 +51,7 @@ namespace BizHawk.Client.Common
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
sb.Append(_source.IsPressed(button)
|
sb.Append(_source.IsPressed(button)
|
||||||
? mnemonicChar
|
? mnemonicChar.Value
|
||||||
: ' ');
|
: ' ');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
Loading…
Reference in New Issue