Optimize InputDisplayGenerator.Generate

This commit is contained in:
Morilli 2024-02-22 19:27:38 +01:00
parent d31047ffc3
commit df4aa7974b
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ namespace BizHawk.Client.Common
else else
{ {
sb.Append(_source.IsPressed(button) sb.Append(_source.IsPressed(button)
? mnemonicChar ? mnemonicChar.Value
: ' '); : ' ');
} }
} }

View File

@ -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;