setup: Make known_joystick_t name member const
This commit is contained in:
parent
5a7cb09524
commit
0ad55d18f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue