mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
(Android) Buildfix
This commit is contained in:
parent
7db030f98e
commit
2c7e7ac083
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user