mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 04:00:32 +00:00
(XMB) Fix icons
This commit is contained in:
parent
1c3d8c5740
commit
159ebcc8a2
@ -410,7 +410,7 @@ static void xmb_draw_icon_predone(xmb_handle_t *xmb,
|
||||
draw.width = xmb->icon.size;
|
||||
draw.height = xmb->icon.size;
|
||||
draw.coords = &coords;
|
||||
draw.matrix_data = &mymat;
|
||||
draw.matrix_data = mymat;
|
||||
draw.texture = texture;
|
||||
draw.prim_type = MENU_DISPLAY_PRIM_TRIANGLESTRIP;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user