Fixed bug #497
Check all joysticks instead of stopping if one has been removed. --HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402669
This commit is contained in:
parent
4b26805089
commit
ec15534467
1 changed files with 1 additions and 2 deletions
|
@ -473,8 +473,7 @@ int SDL_SYS_JoystickInit(void)
|
|||
dev_nums[numjoysticks] = sb.st_rdev;
|
||||
++numjoysticks;
|
||||
}
|
||||
} else
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
#if SDL_INPUT_LINUXEV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue