mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(Vita) Hook up L3/R3 in autoconfig
This commit is contained in:
parent
57f155dbc0
commit
37f3942985
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ DECL_BTN(l, 10) \
|
|||
DECL_BTN(r, 11) \
|
||||
DECL_BTN(l2, 12) \
|
||||
DECL_BTN(r2, 13) \
|
||||
DECL_BTN(l3, 14) \
|
||||
DECL_BTN(r3, 15) \
|
||||
DECL_AXIS(l_x_plus, +0) \
|
||||
DECL_AXIS(l_x_minus, -0) \
|
||||
DECL_AXIS(l_y_plus, +1) \
|
||||
|
|
Loading…
Add table
Reference in a new issue