mirror of
https://github.com/yawut/SDL.git
synced 2026-08-20 07:44:03 -05:00
Fixed building joystick code on Mac OS X
This commit is contained in:
@@ -79,7 +79,7 @@ struct joystick_hwdata
|
||||
int uncentered;
|
||||
|
||||
int instance_id;
|
||||
JoystickGUID guid;
|
||||
SDL_JoystickGUID guid;
|
||||
Uint8 send_open_event; /* 1 if we need to send an Added event for this device */
|
||||
|
||||
struct joystick_hwdata *pNext; /* next device */
|
||||
|
||||
Reference in New Issue
Block a user