mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
Buildfix
This commit is contained in:
parent
add7d26c3d
commit
455c3f35c9
@ -264,7 +264,7 @@ static bool xinput_joypad_init(void *data)
|
||||
|
||||
for (j = 0; j < MAX_USERS; j++)
|
||||
{
|
||||
if (pad_index_to_xuser_index(ij) > -1)
|
||||
if (pad_index_to_xuser_index(j) > -1)
|
||||
{
|
||||
if (!input_autoconfigure_connect(
|
||||
xinput_joypad_name(j),
|
||||
|
Loading…
Reference in New Issue
Block a user