mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 10:36:50 +00:00
(XUI) Do XuiListSetCurSel explicitly at end of file_list_pop
This commit is contained in:
parent
a098129a9b
commit
f479149364
@ -76,10 +76,10 @@ void file_list_pop(file_list_t *list, size_t *directory_ptr)
|
||||
if (directory_ptr)
|
||||
{
|
||||
*directory_ptr = list->list[list->size].directory_ptr;
|
||||
#ifdef HAVE_RMENU_XUI
|
||||
XuiListSetCurSel(m_menulist, *directory_ptr);
|
||||
#endif
|
||||
}
|
||||
#ifdef HAVE_RMENU_XUI
|
||||
XuiListSetCurSel(m_menulist, list->list[list->size].directory_ptr);
|
||||
#endif
|
||||
}
|
||||
|
||||
void file_list_free(file_list_t *list)
|
||||
|
Loading…
x
Reference in New Issue
Block a user