Skip to content

Commit 84c535f

Browse files
committed
Fix encoding of Bk2MnemonicLookup.cs and add trailing comma
fixes 243bf80
1 parent 2e539b3 commit 84c535f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22
using System.Diagnostics;
33

44
using BizHawk.Common;
@@ -1036,8 +1036,8 @@ public static string LookupAxis(string button, string systemId)
10361036
["Mouse Position X"] = "mpX",
10371037
["Mouse Position Y"] = "mpY",
10381038
["Mouse Speed X"] = "msX",
1039-
["Mouse Speed Y"] = "msY",
1040-
}
1039+
["Mouse Speed Y"] = "msY",
1040+
},
10411041
};
10421042

10431043
static Bk2MnemonicLookup()

0 commit comments

Comments
 (0)