mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
(XMB) Cleanup
This commit is contained in:
parent
bed86cc57e
commit
46b5c5e79f
@ -915,16 +915,12 @@ static void xmb_list_switch(xmb_handle_t *xmb)
|
||||
{
|
||||
size_t selection;
|
||||
int dir = -1;
|
||||
menu_handle_t *menu = menu_driver_get_ptr();
|
||||
file_list_t *selection_buf = menu_entries_get_selection_buf_ptr(0);
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
if (!menu_navigation_ctl(MENU_NAVIGATION_CTL_GET_SELECTION, &selection))
|
||||
return;
|
||||
|
||||
if (!menu)
|
||||
return;
|
||||
|
||||
if (xmb->categories.selection_ptr > xmb->categories.selection_ptr_old)
|
||||
dir = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user