This should really fix it..
This commit is contained in:
parent
50a56c026a
commit
1898cc34ab
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ SDL_SYS_JoystickInit(void)
|
|||
|
||||
/* Function to get the device-dependent name of a joystick */
|
||||
const char *
|
||||
SDL_SYS_JoystickNameForDevice(int index)
|
||||
SDL_SYS_JoystickNameForIndex(int index)
|
||||
{
|
||||
SDL_SetError("Logic error: No joysticks available");
|
||||
return (NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue