(Android) Buildfix

This commit is contained in:
twinaphex 2021-09-03 06:31:40 +02:00
parent 7b9cbc08d7
commit 93dbd746db
2 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -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