From 5b9ff24c40b9edc6271a925ecdd9f7ae2992d8de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Mal=C3=A9cot?= Date: Sat, 9 May 2020 11:49:48 +0200 Subject: [PATCH] Revert MAX_GAMEPAD_AXIS update --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.c b/src/core.c index e00793e71..e96425743 100644 --- a/src/core.c +++ b/src/core.c @@ -292,7 +292,7 @@ #endif #define MAX_GAMEPADS 4 // Max number of gamepads supported -#define MAX_GAMEPAD_AXIS 6 // Max number of axis supported (per gamepad) +#define MAX_GAMEPAD_AXIS 8 // Max number of axis supported (per gamepad) #define MAX_GAMEPAD_BUTTONS 32 // Max bumber of buttons supported (per gamepad) #define MAX_CHARS_QUEUE 16 // Max number of characters in the input queue