Fixed building joystick code on Mac OS X
This commit is contained in:
parent
5f53c47559
commit
2d04749a9c
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ struct joystick_hwdata
|
||||||
int uncentered;
|
int uncentered;
|
||||||
|
|
||||||
int instance_id;
|
int instance_id;
|
||||||
JoystickGUID guid;
|
SDL_JoystickGUID guid;
|
||||||
Uint8 send_open_event; /* 1 if we need to send an Added event for this device */
|
Uint8 send_open_event; /* 1 if we need to send an Added event for this device */
|
||||||
|
|
||||||
struct joystick_hwdata *pNext; /* next device */
|
struct joystick_hwdata *pNext; /* next device */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue