mirror of
https://github.com/libretro/RetroArch
synced 2025-03-04 07:13:26 +00:00
(GLUI) Use two column layout
This commit is contained in:
parent
0839b1f41c
commit
a67a9f0a61
@ -214,7 +214,7 @@ static void glui_frame(void)
|
||||
|
||||
blit_line(x, y, message, selected);
|
||||
|
||||
blit_line(gl->win_width - GLUI_FONT_WIDTH_STRIDE * strlen(type_str_buf)
|
||||
blit_line(gl->win_width - GLUI_FONT_WIDTH_STRIDE * www
|
||||
- GLUI_TERM_START_X , y, type_str_buf, selected);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user