Check all joysticks instead of stopping if one has been removed.
This commit is contained in:
Sam Lantinga
2007-12-29 06:17:31 +00:00
parent a4fa98c9b0
commit 6ca8994f51

View File

@@ -493,8 +493,7 @@ SDL_SYS_JoystickInit(void)
dev_nums[numjoysticks] = sb.st_rdev;
++numjoysticks;
}
} else
break;
}
}
#if SDL_INPUT_LINUXEV