|
@@ -71,7 +71,7 @@ SDL_SYS_JoystickOpen(SDL_Joystick * joystick, int device_index)
|
|
return SDL_SetError("Logic error: No joysticks available");
|
|
return SDL_SetError("Logic error: No joysticks available");
|
|
}
|
|
}
|
|
|
|
|
|
-/* Function to determine is this joystick is attached to the system right now */
|
|
|
|
|
|
+/* Function to determine if this joystick is attached to the system right now */
|
|
SDL_bool SDL_SYS_JoystickAttached(SDL_Joystick *joystick)
|
|
SDL_bool SDL_SYS_JoystickAttached(SDL_Joystick *joystick)
|
|
{
|
|
{
|
|
return SDL_TRUE;
|
|
return SDL_TRUE;
|