mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-19 10:50:40 +00:00
(XMB) Cleanups
This commit is contained in:
parent
c7be8edd89
commit
8a8a270159
@ -2342,6 +2342,7 @@ static void xmb_init_ribbon(xmb_handle_t * xmb)
|
||||
{
|
||||
#ifdef XMB_RIBBON_ENABLE
|
||||
gfx_coords_t coords;
|
||||
menu_display_ctx_coord_draw_t coord_draw;
|
||||
float ribbon_verts[XMB_RIBBON_VERTICES];
|
||||
unsigned r, c;
|
||||
unsigned i = 0;
|
||||
@ -2361,8 +2362,6 @@ static void xmb_init_ribbon(xmb_handle_t * xmb)
|
||||
}
|
||||
}
|
||||
|
||||
menu_display_ctx_coord_draw_t coord_draw;
|
||||
|
||||
menu_display_ctl(MENU_DISPLAY_CTL_TEX_COORDS_GET, &coord_draw);
|
||||
|
||||
coords.color = white;
|
||||
|
Loading…
x
Reference in New Issue
Block a user