mirror of
https://github.com/yawut/SDL.git
synced 2026-08-25 02:05:07 -05:00
Fixed bug #497
Check all joysticks instead of stopping if one has been removed.
This commit is contained in:
@@ -493,8 +493,7 @@ SDL_SYS_JoystickInit(void)
|
||||
dev_nums[numjoysticks] = sb.st_rdev;
|
||||
++numjoysticks;
|
||||
}
|
||||
} else
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
#if SDL_INPUT_LINUXEV
|
||||
|
||||
Reference in New Issue
Block a user