More R33S mapping fixes
This commit is contained in:
parent
21cc2d3b97
commit
6a2d839fca
2 changed files with 6 additions and 6 deletions
|
@ -195,12 +195,12 @@ DPad L =
|
|||
DPad D =
|
||||
DPad U =
|
||||
Start = button(9)
|
||||
Z Trig = button(7)
|
||||
Z Trig = button(4)
|
||||
B Button = button(3)
|
||||
A Button = button(0)
|
||||
C Button R = button(1)
|
||||
C Button R = button(7)
|
||||
C Button L = button(6)
|
||||
C Button D =
|
||||
C Button D = button(1)
|
||||
C Button U = button(2)
|
||||
R Trig = button(5)
|
||||
L Trig = button(4)
|
||||
|
|
|
@ -109,12 +109,12 @@ DPad L =
|
|||
DPad D =
|
||||
DPad U =
|
||||
Start = button(9)
|
||||
Z Trig = button(7)
|
||||
Z Trig = button(4)
|
||||
B Button = button(3)
|
||||
A Button = button(0)
|
||||
C Button R = button(1)
|
||||
C Button R = button(7)
|
||||
C Button L = button(6)
|
||||
C Button D =
|
||||
C Button D = button(1)
|
||||
C Button U = button(2)
|
||||
R Trig = button(5)
|
||||
L Trig = button(4)
|
||||
|
|
Loading…
Reference in a new issue