*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40246
This commit is contained in:
parent
ff06c785b0
commit
90a40eae2b
1 changed files with 2 additions and 2 deletions
|
@ -140,10 +140,10 @@ static int EV_IsJoystick(int fd)
|
|||
int SDL_SYS_JoystickInit(void)
|
||||
{
|
||||
/* The base path of the joystick devices */
|
||||
const char *joydev_pattern[2] = {
|
||||
const char *joydev_pattern[] = {
|
||||
"/dev/js%d",
|
||||
#ifdef USE_INPUT_EVENTS
|
||||
"/dev/input/event%d"
|
||||
"/dev/input/event%d",
|
||||
#endif
|
||||
"/dev/input/js%d"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue