mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(XMB) Fix MENU_ACTION_CANCEL when search is active (#14882)
This commit is contained in:
parent
f421194974
commit
70c4fbeb93
@ -4607,7 +4607,8 @@ static enum menu_action xmb_parse_menu_entry_action(
|
||||
}
|
||||
|
||||
/* Back up to Main Menu and first item */
|
||||
if (menu_entries_get_stack_size(0) == 1)
|
||||
if ( !menu_entries_search_get_terms()
|
||||
&& menu_entries_get_stack_size(0) == 1)
|
||||
{
|
||||
if (xmb_get_system_tab(xmb,
|
||||
(unsigned)xmb->categories_selection_ptr) == XMB_SYSTEM_TAB_MAIN)
|
||||
|
Loading…
x
Reference in New Issue
Block a user