Attempt buildfix

This commit is contained in:
twinaphex 2016-10-24 06:40:00 +02:00
parent 83b02ce291
commit 5ea2078638

View File

@ -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;