Commit 43a2b0b1e5637409f93a5763e6704f87012def07

Pierre Wendling 2022-10-10T00:00:52

N3DS: Use macro to correct axis. Using `(value * SDL max) / 3DS max` allows for marginally better accuracy compared to `value * (SDL max / 3DS max)`.