From 70b6f951d33ccffa1674f70afd1a1cbef075b35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Tue, 22 Aug 2017 22:00:14 -0300 Subject: [PATCH] (xmb) Uncomment xmb_calculate_visible_range() call I tested the other drivers quickly and the previous commit did not affect them, so I'm enabling this again. --- menu/drivers/xmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index f5b8661ef4..bb8ea6dd8f 100755 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -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();