*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40246
This commit is contained in:
Sam Lantinga 2001-11-26 22:22:20 +00:00
parent ff06c785b0
commit 90a40eae2b

View file

@ -140,10 +140,10 @@ static int EV_IsJoystick(int fd)
int SDL_SYS_JoystickInit(void) int SDL_SYS_JoystickInit(void)
{ {
/* The base path of the joystick devices */ /* The base path of the joystick devices */
const char *joydev_pattern[2] = { const char *joydev_pattern[] = {
"/dev/js%d", "/dev/js%d",
#ifdef USE_INPUT_EVENTS #ifdef USE_INPUT_EVENTS
"/dev/input/event%d" "/dev/input/event%d",
#endif #endif
"/dev/input/js%d" "/dev/input/js%d"
}; };