mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-08 23:15:33 +00:00
Corrected comment
(cherry picked from commit 45938bbfa532e4c1cdef202a72d899a37a7baf05)
This commit is contained in:
parent
3381828cc6
commit
8f14dc6998
|
@ -32,7 +32,7 @@
|
||||||
#define NB_BUTTONS 23
|
#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.
|
which is too small to pass the jitter tolerance.
|
||||||
This correction is applied to axis values
|
This correction is applied to axis values
|
||||||
so they fit better in SDL's value range.
|
so they fit better in SDL's value range.
|
||||||
|
|
Loading…
Reference in a new issue