Corrected device instance value for Linux joysticks.

This commit is contained in:
Ryan C. Gordon 2012-12-13 22:18:32 -05:00
parent 79bd6b2b7d
commit d2b1601539
2 changed files with 1 additions and 3 deletions

View file

@ -25,7 +25,6 @@
struct joystick_hwdata
{
int fd;
int device_instance;
SDL_bool removed;
SDL_JoystickGUID guid;