mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Cleanups
This commit is contained in:
parent
4436d5998b
commit
99466cba86
@ -989,7 +989,6 @@ bool menu_navigation_ctl(enum menu_navigation_ctl_state state, void *data)
|
|||||||
|
|
||||||
menu_navigation_set_selection(idx);
|
menu_navigation_set_selection(idx);
|
||||||
menu_driver_navigation_set(true);
|
menu_driver_navigation_set(true);
|
||||||
menu_navigation_ctl(MENU_NAVIGATION_CTL_INCREMENT, NULL);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -998,14 +997,8 @@ bool menu_navigation_ctl(enum menu_navigation_ctl_state state, void *data)
|
|||||||
bool pending_push = false;
|
bool pending_push = false;
|
||||||
menu_navigation_ctl(MENU_NAVIGATION_CTL_CLEAR, &pending_push);
|
menu_navigation_ctl(MENU_NAVIGATION_CTL_CLEAR, &pending_push);
|
||||||
}
|
}
|
||||||
else
|
else if (menu_list_size > 0)
|
||||||
{
|
menu_navigation_ctl(MENU_NAVIGATION_CTL_SET_LAST, NULL);
|
||||||
if (menu_list_size > 0)
|
|
||||||
{
|
|
||||||
menu_navigation_ctl(MENU_NAVIGATION_CTL_SET_LAST, NULL);
|
|
||||||
menu_navigation_ctl(MENU_NAVIGATION_CTL_INCREMENT, NULL);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (menu_driver_ctx->navigation_increment)
|
if (menu_driver_ctx->navigation_increment)
|
||||||
@ -1037,7 +1030,6 @@ bool menu_navigation_ctl(enum menu_navigation_ctl_state state, void *data)
|
|||||||
|
|
||||||
menu_navigation_set_selection(idx);
|
menu_navigation_set_selection(idx);
|
||||||
menu_driver_navigation_set(true);
|
menu_driver_navigation_set(true);
|
||||||
menu_navigation_ctl(MENU_NAVIGATION_CTL_DECREMENT, NULL);
|
|
||||||
|
|
||||||
if (menu_driver_ctx->navigation_decrement)
|
if (menu_driver_ctx->navigation_decrement)
|
||||||
menu_driver_ctx->navigation_decrement(menu_userdata);
|
menu_driver_ctx->navigation_decrement(menu_userdata);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user