Fix line endings in `Bk2MnemonicLookup.cs`

fixes 513c1ca8e
This commit is contained in:
YoshiRulz 2025-06-10 00:03:38 +10:00
parent ffb469540e
commit 95a01894de
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 9 additions and 9 deletions

View File

@ -856,16 +856,16 @@ namespace BizHawk.Emulation.Common
["Backward"] = 'v',
["Change Gamma"] = 'G',
["End Player"] = 'E',
["Fire"] = 'F',
["Fly Up"] = 'u',
["Fly Down"] = 'p',
["Fire"] = 'F',
["Fly Up"] = 'u',
["Fly Down"] = 'p',
["Fly Center"] = 'c',
["Forward"] = '^',
["Inventory Left"] = 'L',
["Forward"] = '^',
["Inventory Left"] = 'L',
["Inventory Right"] = 'R',
["Jump"] = 'J',
["Look Up"] = 'U',
["Look Down"] = 'D',
["Jump"] = 'J',
["Look Up"] = 'U',
["Look Down"] = 'D',
["Look Center"] = 'C',
["Run"] = 'R',
["Strafe"] = 'S',
@ -873,7 +873,7 @@ namespace BizHawk.Emulation.Common
["Strafe Right"] = '>',
["Turn Left"] = '{',
["Turn Right"] = '}',
["Use"] = 'U',
["Use"] = 'U',
["Use Artifact"] = 'A',
["Weapon Select 1"] = '1',
["Weapon Select 2"] = '2',