From 8f14dc699877c8b059e67d30431c91b91e0299f0 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 22 Nov 2023 10:35:15 -0800 Subject: [PATCH] Corrected comment (cherry picked from commit 45938bbfa532e4c1cdef202a72d899a37a7baf05) --- src/joystick/n3ds/SDL_sysjoystick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joystick/n3ds/SDL_sysjoystick.c b/src/joystick/n3ds/SDL_sysjoystick.c index 9c582a728..b95eb5bbd 100644 --- a/src/joystick/n3ds/SDL_sysjoystick.c +++ b/src/joystick/n3ds/SDL_sysjoystick.c @@ -32,7 +32,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.