mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
bump up supported js buttons to 16
This commit is contained in:
parent
4883085aff
commit
ec4691b8cd
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
#include "view.h"
|
||||
|
||||
#define JOY_MAX_AXES 6
|
||||
#define JOY_MAX_BUTTONS 10
|
||||
#define JOY_MAX_BUTTONS 16
|
||||
|
||||
cvar_t *joy_device; // Joystick device name
|
||||
cvar_t *joy_enable; // Joystick enabling flag
|
||||
|
|
Loading…
Reference in a new issue