mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 05:16:18 +00:00
(Android) Shield - right analog stick Y axis was inverted
This commit is contained in:
parent
81c9711d61
commit
d2b75d31bd
@ -37,8 +37,8 @@ DECL_AXIS(l_y_plus, +1) \
|
||||
DECL_AXIS(l_y_minus, -1) \
|
||||
DECL_AXIS(r_x_plus, +2) \
|
||||
DECL_AXIS(r_x_minus, -2) \
|
||||
DECL_AXIS(r_y_plus, -3) \
|
||||
DECL_AXIS(r_y_minus, +3) \
|
||||
DECL_AXIS(r_y_plus, +3) \
|
||||
DECL_AXIS(r_y_minus, -3) \
|
||||
DECL_MENU(108)
|
||||
|
||||
// TODO
|
||||
|
Loading…
x
Reference in New Issue
Block a user