(Android) Buildfix

This commit is contained in:
twinaphex 2019-06-24 01:11:20 +02:00
parent a739003ad4
commit 584c0f5de5

View File

@ -1493,6 +1493,7 @@ static int16_t android_input_state(void *data,
}
else
{
bool res = false;
/* Auto-binds are per joypad, not per user. */
const uint16_t joykey = (binds[port][id].joykey != NO_BTN)
? binds[port][id].joykey : joypad_info.auto_binds[id].joykey;