This commit is contained in:
twinaphex 2015-10-17 18:21:47 +02:00
parent e6db9dffd5
commit b8720cf056

View File

@ -128,7 +128,7 @@ static void rmenu_render(void)
char title_buf[256] = {0};
char title_msg[64] = {0};
menu_handle_t *menu = menu_driver_get_ptr();
menu_list_t *menu_list = menu_list_get_ptr();
file_list_t *selection_buf = menu_entries_get_selection_buf_ptr();
uint64_t *frame_count = video_driver_get_frame_count();
size_t entries_end = menu_entries_get_end();
@ -153,7 +153,7 @@ static void rmenu_render(void)
menu_display_fb_unset_dirty();
menu_animation_clear_active();
if (!menu_list->selection_buf)
if (!selection_buf)
return;
begin = (selection >= (ENTRIES_HEIGHT / 2)) ?