Merge pull request #5362 from heuripedes/xmb-improv

Attempt at returning the perf improvement
This commit is contained in:
Twinaphex 2017-08-23 07:18:41 +02:00 committed by GitHub
commit 4e72be1bb6
3 changed files with 1 additions and 5 deletions

View File

@ -159,8 +159,6 @@ static int action_left_mainmenu(unsigned type, const char *label,
{
settings_t *settings = config_get_ptr();
menu_navigation_set_selection(0);
if ((list_info.selection != 0)
|| settings->bools.menu_navigation_wraparound_enable)
push_list = 1;

View File

@ -193,8 +193,6 @@ static int action_right_mainmenu(unsigned type, const char *label,
menu_driver_ctl(RARCH_MENU_CTL_LIST_GET_SIZE, &list_horiz_info);
menu_driver_ctl(RARCH_MENU_CTL_LIST_GET_SIZE, &list_tabs_info);
menu_navigation_set_selection(0);
if ((list_info.selection != (list_horiz_info.size + list_tabs_info.size))
|| settings->bools.menu_navigation_wraparound_enable)
return action_right_goto_tab();

View File

@ -2278,7 +2278,7 @@ static void xmb_draw_items(
first = i;
last = end - 1;
/* xmb_calculate_visible_range(xmb, height, end, current, &first, &last); */
xmb_calculate_visible_range(xmb, height, end, current, &first, &last);
menu_display_blend_begin();