mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Fix udev autoconf regression.
Stupid C89 for loops ...
This commit is contained in:
parent
4db766926f
commit
a91dbdaabc
@ -436,7 +436,7 @@ static bool add_pad(unsigned p, int fd, const char *path)
|
|||||||
pad->fd = fd;
|
pad->fd = fd;
|
||||||
pad->path = strdup(path);
|
pad->path = strdup(path);
|
||||||
if (*pad->ident)
|
if (*pad->ident)
|
||||||
input_config_autoconfigure_joypad(i, pad->ident, "udev");
|
input_config_autoconfigure_joypad(p, pad->ident, "udev");
|
||||||
|
|
||||||
// Check for rumble features.
|
// Check for rumble features.
|
||||||
unsigned long ffbit[NBITS(FF_MAX)] = {0};
|
unsigned long ffbit[NBITS(FF_MAX)] = {0};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user