This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Changes from Alfred:
- rename JoystickGUID -> SDL_JoystickGUID - change SDL_JoystickGetGUIDString to take the string as an arg, rather than doing a malloc
- Loading branch information
Showing
with
36 additions
and 40 deletions.
- +5 −5 include/SDL_joystick.h
- +8 −7 src/joystick/SDL_gamecontroller.c
- +7 −14 src/joystick/SDL_joystick.c
- +2 −2 src/joystick/SDL_sysjoystick.h
- +2 −2 src/joystick/darwin/SDL_sysjoystick.c
- +4 −2 src/joystick/linux/SDL_sysjoystick.c
- +3 −3 src/joystick/windows/SDL_dxjoystick.c
- +1 −1 src/joystick/windows/SDL_dxjoystick_c.h
- +4 −4 src/joystick/windows/SDL_mmjoystick.c