Changeset 2892f03 in gitlab

Timestamp:
Jul 25, 2019, 12:04:41 AM (5 years ago)
Author:
Thomas Bernard <miniupnp@…>
Branches:
master
Children:
b5751eb
Parents:
0cea439
git-author:
Thomas Bernard <miniupnp@…> (24/07/2019 02:09:08)
git-committer:
Thomas Bernard <miniupnp@…> (25/07/2019 00:04:41)
Message:

fix call to SDL_JoystickName() with SDL 1.2

SDL 1.2 :
const char *SDL_JoystickName(int index);

SDL 2.0 :
const char* SDL_JoystickName(SDL_Joystick* joystick);

(No files)

Note: See TracChangeset for help on using the changeset viewer.