B is before A obv
This commit is contained in:
parent
55edb3e37b
commit
3b60a8538d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue