mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +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->path = strdup(path);
|
||||
if (*pad->ident)
|
||||
input_config_autoconfigure_joypad(i, pad->ident, "udev");
|
||||
input_config_autoconfigure_joypad(p, pad->ident, "udev");
|
||||
|
||||
// Check for rumble features.
|
||||
unsigned long ffbit[NBITS(FF_MAX)] = {0};
|
||||
|
Loading…
x
Reference in New Issue
Block a user