mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(GLUI) Take out '>' for selected item
This commit is contained in:
parent
0e2282185f
commit
a4e6af8234
@ -207,7 +207,7 @@ static void glui_frame(void)
|
||||
type_str, selected);
|
||||
|
||||
snprintf(message, sizeof(message), "%c %-*.*s %-*s",
|
||||
selected ? '>' : ' ',
|
||||
' ',
|
||||
GLUI_TERM_WIDTH - (w + 1 + 2),
|
||||
GLUI_TERM_WIDTH - (w + 1 + 2),
|
||||
entry_title_buf,
|
||||
|
Loading…
x
Reference in New Issue
Block a user