mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool menu_input_key_bind_poll_find_hold(
|
bool menu_input_key_bind_poll_find_hold(
|
||||||
unsigned max_users,
|
unsigned max_users,
|
||||||
struct menu_bind_state *new_state,
|
struct menu_bind_state *new_state,
|
||||||
struct retro_keybind * output)
|
struct retro_keybind * output)
|
||||||
|
@ -239,6 +239,11 @@ bool menu_input_dialog_get_display_kb(void);
|
|||||||
|
|
||||||
void menu_input_dialog_end(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
|
RETRO_END_DECLS
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user