mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
(Android) Buildfix
This commit is contained in:
parent
a739003ad4
commit
584c0f5de5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user