setup: Make joystick_config_t name member const

This commit is contained in:
Turo Lamminen 2019-01-22 19:15:41 +02:00
parent 0ec616b898
commit 5a7cb09524

View file

@ -33,7 +33,7 @@
typedef struct
{
char *name; // Config file name
const char *name; // Config file name
int value;
} joystick_config_t;