B is before A obv

This commit is contained in:
adelikat 2017-05-29 13:53:16 -05:00
parent 55edb3e37b
commit 3b60a8538d
1 changed files with 2 additions and 2 deletions

View File

@ -147,8 +147,8 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.VB
["R_Down"] = 6,
["R_Left"] = 7,
["R_Right"] = 8,
["A"] = 9,
["B"] = 10,
["B"] = 9,
["A"] = 10,
["R"] = 11,
["L"] = 12,
["Select"] = 13,