(WiiU) Buildfix
This commit is contained in:
parent
8173db0c4a
commit
d03a0a7b51
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue