setup: Make known_joystick_t name member const

This commit is contained in:
Turo Lamminen 2019-01-22 19:16:27 +02:00
parent 5a7cb09524
commit 0ad55d18f3

View file

@ -39,7 +39,7 @@ typedef struct
typedef struct typedef struct
{ {
char *name; const char *name;
int axes, buttons, hats; int axes, buttons, hats;
const joystick_config_t *configs; const joystick_config_t *configs;
} known_joystick_t; } known_joystick_t;