mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(GLUI) Update
This commit is contained in:
parent
482cef0a2f
commit
cf7a5f6361
@ -495,7 +495,7 @@ static void glui_render_menu_list(glui_handle_t *glui, gl_t *gl,
|
|||||||
if (y > (int)height || ((y + (int)glui->line_height) < 0))
|
if (y > (int)height || ((y + (int)glui->line_height) < 0))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
menu_entries_get(i, &entry);
|
menu_entry_get(&entry, 0, i, NULL, true);
|
||||||
|
|
||||||
entry_selected = selection == i;
|
entry_selected = selection == i;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user