mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
(RGUI) Similar speed hack
This commit is contained in:
parent
16c7c7fbb9
commit
17edfbd019
@ -464,6 +464,9 @@ static void rgui_render(void)
|
||||
|
||||
selected = (i == driver.menu->selection_ptr);
|
||||
|
||||
if (i > (driver.menu->selection_ptr + 100))
|
||||
continue;
|
||||
|
||||
menu_ticker_line(entry_title_buf, RGUI_TERM_WIDTH - (w + 1 + 2),
|
||||
g_extern.frame_count / RGUI_TERM_START_X, path_buf, selected);
|
||||
menu_ticker_line(type_str_buf, w, g_extern.frame_count / RGUI_TERM_START_X,
|
||||
|
Loading…
Reference in New Issue
Block a user