mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(3DS) Fix C-Stick y-axis inversion
This commit is contained in:
parent
579854f314
commit
fc2c79b488
1 changed files with 2 additions and 2 deletions
|
@ -225,8 +225,8 @@ DECL_AXIS_EX(l_y_plus, +1, "Circle Pad Down") \
|
|||
DECL_AXIS_EX(l_y_minus, -1, "Circle Pad Up") \
|
||||
DECL_AXIS_EX(r_x_plus, +2, "C Stick Right") \
|
||||
DECL_AXIS_EX(r_x_minus, -2, "C Stick Left") \
|
||||
DECL_AXIS_EX(r_y_plus, -3, "C Stick Down") \
|
||||
DECL_AXIS_EX(r_y_minus, +3, "C Stick Up")
|
||||
DECL_AXIS_EX(r_y_plus, +3, "C Stick Down") \
|
||||
DECL_AXIS_EX(r_y_minus, -3, "C Stick Up")
|
||||
|
||||
#define DOSINPUT_DEFAULT_BINDS \
|
||||
DECL_BTN(a, 8) \
|
||||
|
|
Loading…
Add table
Reference in a new issue