Joystick: Increase the maximum number of supported axes to 16

This commit is contained in:
Alexander Babikov
2024-02-18 17:34:40 +05:00
parent f13cf41995
commit c74ad5b4da

View File

@@ -24,7 +24,7 @@
#define MAX_PLAT_JOYSTICKS 8
#define MAX_JOYSTICKS 4
#define MAX_JOY_AXES 8
#define MAX_JOY_AXES 16
#define MAX_JOY_BUTTONS 32
#define MAX_JOY_POVS 4