mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-25 13:31:19 +00:00
bump up supported js buttons to 16 (#128640)
This commit is contained in:
parent
4e5fe35cd3
commit
7b22d4e39a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
#include "view.h"
|
#include "view.h"
|
||||||
|
|
||||||
#define JOY_MAX_AXES 6
|
#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_device; // Joystick device name
|
||||||
cvar_t *joy_enable; // Joystick enabling flag
|
cvar_t *joy_enable; // Joystick enabling flag
|
||||||
|
|
Loading…
Reference in a new issue