mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
(input/android_input.c) Remove extraneous else
This commit is contained in:
parent
5a77b1aef3
commit
c564252f2f
@ -825,7 +825,6 @@ static bool android_joypad_button(unsigned port_num, uint16_t joykey)
|
||||
default: return false;
|
||||
}
|
||||
}
|
||||
else
|
||||
return joykey < LAST_KEYCODE && get_bit(android->pad_state[port_num],
|
||||
joykey);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user