mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
Attempt buildfix
This commit is contained in:
parent
83b02ce291
commit
5ea2078638
@ -281,7 +281,7 @@ static bool dinput_is_pressed(struct dinput_input *di,
|
||||
|
||||
if (!di->blocked && dinput_keyboard_pressed(di, bind->key))
|
||||
return true;
|
||||
if (binds[port][id].valid && input_joypad_pressed(di->joypad, port, binds, id))
|
||||
if (binds[id].valid && input_joypad_pressed(di->joypad, port, binds, id))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user