add mnemonics for □/△/○, fixes weirdness with input display
This commit is contained in:
parent
6ae0ec02d1
commit
06fd332dac
|
@ -601,6 +601,9 @@ namespace BizHawk.Client.Common
|
|||
["Thumbstick Down"] = 'D',
|
||||
["Thumbstick Left"] = 'L',
|
||||
["Thumbstick Right"] = 'R',
|
||||
["□"] = 'Q',
|
||||
["△"] = 'T',
|
||||
["○"] = 'O',
|
||||
["Left Stick, Button"] = '<',
|
||||
["Right Stick, Button"] = '>',
|
||||
["Left Stick, L-Thumb"] = 'L',
|
||||
|
|
Loading…
Reference in New Issue