mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
(GLUI) Fix pagination rendering
This commit is contained in:
parent
b2eaf554cf
commit
5ae64becbd
@ -271,6 +271,9 @@ static void glui_render(void)
|
|||||||
/ glui->line_height;
|
/ glui->line_height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (menu_entries_get_end() < height / glui->line_height)
|
||||||
|
menu_entries_set_start(0);
|
||||||
|
|
||||||
if (menu->scroll_y < 0)
|
if (menu->scroll_y < 0)
|
||||||
menu->scroll_y = 0;
|
menu->scroll_y = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user