mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Fixed android gamepad binds
This commit is contained in:
parent
b89e6afe1c
commit
44142ceeb8
@ -101,15 +101,15 @@ DECL_BTN(b, 96) \
|
||||
DECL_BTN(x, 100) \
|
||||
DECL_BTN(y, 99) \
|
||||
DECL_BTN(start, 108) \
|
||||
DECL_BTN(select, 4) \
|
||||
DECL_BTN(select, 109) \
|
||||
DECL_BTN(up, h0up) \
|
||||
DECL_BTN(down, h0down) \
|
||||
DECL_BTN(left, h0left) \
|
||||
DECL_BTN(right, h0right) \
|
||||
DECL_BTN(l, 102) \
|
||||
DECL_BTN(r, 103) \
|
||||
DECL_AXIS(l2, +6) \
|
||||
DECL_AXIS(r2, +7) \
|
||||
DECL_BTN(l2, 104) \
|
||||
DECL_BTN(r2, 105) \
|
||||
DECL_BTN(l3, 106) \
|
||||
DECL_BTN(r3, 107) \
|
||||
DECL_AXIS(l_x_plus, +0) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user