(Android) Shield - right analog stick Y axis was inverted

This commit is contained in:
twinaphex 2014-07-02 18:27:35 +02:00
parent 81c9711d61
commit d2b75d31bd

View File

@ -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