mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
Refactor
This commit is contained in:
parent
e6db9dffd5
commit
b8720cf056
@ -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)) ?
|
||||
|
Loading…
Reference in New Issue
Block a user