mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Refactor call to menu_input_search_start
This commit is contained in:
parent
3dc7f6ab19
commit
326ddd2986
@ -189,7 +189,7 @@ void menu_input_key_event(bool down, unsigned keycode,
|
||||
(void)mod;
|
||||
|
||||
if (character == '/')
|
||||
menu_input_search_start();
|
||||
menu_entry_action(NULL, 0, MENU_ACTION_SEARCH);
|
||||
}
|
||||
|
||||
static void menu_input_poll_bind_state(struct menu_bind_state *state)
|
||||
|
Loading…
x
Reference in New Issue
Block a user