瀏覽代碼

Corrected comment

Sam Lantinga 2 年之前
父節點
當前提交
45938bbfa5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/joystick/n3ds/SDL_sysjoystick.c

+ 1 - 1
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.