Searched refs:new_players (Results 1 – 1 of 1) sorted by relevance
172 …SDL_JoystickID *new_players = (SDL_JoystickID *)SDL_realloc(SDL_joystick_players, (player_index + … in SDL_SetJoystickIDForPlayerIndex() local173 if (!new_players) { in SDL_SetJoystickIDForPlayerIndex()178 SDL_joystick_players = new_players; in SDL_SetJoystickIDForPlayerIndex()
Completed in 6 milliseconds