mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-29 15:32:01 +00:00
Make menu_input_poll_find_trigger a static function
This commit is contained in:
parent
197008890b
commit
aa37c88620
@ -329,7 +329,7 @@ static bool menu_input_poll_find_trigger_pad(struct menu_bind_state *state,
|
||||
return false;
|
||||
}
|
||||
|
||||
bool menu_input_poll_find_trigger(struct menu_bind_state *state,
|
||||
static bool menu_input_poll_find_trigger(struct menu_bind_state *state,
|
||||
struct menu_bind_state *new_state)
|
||||
{
|
||||
unsigned i;
|
||||
|
@ -77,9 +77,6 @@ void menu_input_st_string_callback(void *userdata, const char *str);
|
||||
|
||||
void menu_input_st_cheat_callback(void *userdata, const char *str);
|
||||
|
||||
bool menu_input_poll_find_trigger(struct menu_bind_state *state,
|
||||
struct menu_bind_state *new_state);
|
||||
|
||||
int menu_input_bind_iterate(void);
|
||||
|
||||
unsigned menu_input_frame(retro_input_t input, retro_input_t trigger_state);
|
||||
|
Loading…
x
Reference in New Issue
Block a user