mirror of
https://github.com/libretro/RetroArch
synced 2025-03-10 07:14:13 +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)
|
if (directory_ptr)
|
||||||
{
|
{
|
||||||
*directory_ptr = list->list[list->size].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)
|
void file_list_free(file_list_t *list)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user