diff --git a/src/setup/joystick.c b/src/setup/joystick.c index ed9d1a84..07388735 100644 --- a/src/setup/joystick.c +++ b/src/setup/joystick.c @@ -39,7 +39,7 @@ typedef struct typedef struct { - char *name; + const char *name; int axes, buttons, hats; const joystick_config_t *configs; } known_joystick_t;