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