(Android) Buildfix

This commit is contained in:
twinaphex 2019-07-04 22:26:04 +02:00
parent 7db030f98e
commit 2c7e7ac083

View File

@ -1508,7 +1508,7 @@ static int16_t android_input_state(void *data,
if (!res) if (!res)
res = android_keyboard_port_input_pressed(binds[port], id); res = android_keyboard_port_input_pressed(binds[port], id);
if (res) if (res)
ret |= (1 << i); ret |= (1 << id);
} }
return ret; return ret;
case RETRO_DEVICE_ANALOG: case RETRO_DEVICE_ANALOG: