diff --git a/src/joystick/n3ds/SDL_sysjoystick.c b/src/joystick/n3ds/SDL_sysjoystick.c index e7a3c43dcf..5ba1348f71 100644 --- a/src/joystick/n3ds/SDL_sysjoystick.c +++ b/src/joystick/n3ds/SDL_sysjoystick.c @@ -31,7 +31,7 @@ #define NB_BUTTONS 23 /* - N3DS sticks values are roughly within +/-170 + N3DS sticks values are roughly within +/-160 which is too small to pass the jitter tolerance. This correction is applied to axis values so they fit better in SDL's value range.