SDL/src/joystick/n3ds
Pierre Wendling 43a2b0b1e5 N3DS: Use macro to correct axis.
Using `(value * SDL max) / 3DS max` allows for marginally better
accuracy compared to `value * (SDL max / 3DS max)`.
2022-10-10 08:50:59 -07:00
..
SDL_sysjoystick.c N3DS: Use macro to correct axis. 2022-10-10 08:50:59 -07:00