Fixed compiler warnings
This commit is contained in:
parent
03e08a6a79
commit
b165aa8c74
2 changed files with 8 additions and 6 deletions
|
@ -96,7 +96,9 @@ const char *s_ControllerMappings [] =
|
|||
};
|
||||
|
||||
static ControllerMapping_t *s_pSupportedControllers = NULL;
|
||||
#ifdef SDL_JOYSTICK_DINPUT
|
||||
static ControllerMapping_t *s_pXInputMapping = NULL;
|
||||
#endif
|
||||
|
||||
/* The SDL game controller structure */
|
||||
struct _SDL_GameController
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue