(WiiU) Buildfix

This commit is contained in:
twinaphex 2020-06-12 19:33:13 +02:00
parent 8173db0c4a
commit d03a0a7b51

View File

@ -153,7 +153,7 @@ static int16_t wiiu_input_state(void *data,
}
else
{
if (binds[port][i].valid)
if (binds[port][id].valid)
return button_is_pressed(
wiiu->joypad,
joypad_info, binds[port], port, id);