summaryrefslogtreecommitdiffstats
path: root/input/joystick.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/joystick.c')
-rw-r--r--input/joystick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/joystick.c b/input/joystick.c
index 0ddbb70e37..d9d807b60f 100644
--- a/input/joystick.c
+++ b/input/joystick.c
@@ -30,7 +30,7 @@
#include <linux/joystick.h>
-int axis[10];
+int axis[256];
int btns = 0;
int mp_input_joystick_init(char* dev) {