mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
(Android) Buildfix
This commit is contained in:
parent
7b9cbc08d7
commit
93dbd746db
@ -540,7 +540,7 @@ bool menu_input_key_bind_poll_find_hold_pad(
|
||||
return false;
|
||||
}
|
||||
|
||||
static bool menu_input_key_bind_poll_find_hold(
|
||||
bool menu_input_key_bind_poll_find_hold(
|
||||
unsigned max_users,
|
||||
struct menu_bind_state *new_state,
|
||||
struct retro_keybind * output)
|
||||
|
@ -239,6 +239,11 @@ bool menu_input_dialog_get_display_kb(void);
|
||||
|
||||
void menu_input_dialog_end(void);
|
||||
|
||||
bool menu_input_key_bind_poll_find_hold(
|
||||
unsigned max_users,
|
||||
struct menu_bind_state *new_state,
|
||||
struct retro_keybind * output);
|
||||
|
||||
RETRO_END_DECLS
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user