add mnemonics for □/△/○, fixes weirdness with input display

This commit is contained in:
CasualPokePlayer 2022-01-26 12:53:29 -08:00
parent 6ae0ec02d1
commit 06fd332dac
1 changed files with 3 additions and 0 deletions

View File

@ -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',