(BTStack) Buildfix

This commit is contained in:
twinaphex 2020-08-15 17:14:27 +02:00
parent 0eaca29c68
commit 454338c4f3

View File

@ -1415,7 +1415,7 @@ static int16_t btstack_hid_joypad_state(
uint16_t port_idx = joypad_info->joy_idx;
joypad_connection_t *pad = &slots[port_idx];
if (!pad || !pad->joypad)
if (!pad)
return 0;
for (i = 0; i < RARCH_FIRST_CUSTOM_BIND; i++)