mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
(XMB) Reenable block rendering
This commit is contained in:
parent
986367cf7d
commit
d3e841f4a3
@ -1270,12 +1270,10 @@ static void xmb_frame(void)
|
|||||||
if (!gl)
|
if (!gl)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
#if 0
|
|
||||||
font_driver = (const struct font_renderer*)gl->font_driver;
|
font_driver = (const struct font_renderer*)gl->font_driver;
|
||||||
|
|
||||||
if (font_driver->bind_block)
|
if (font_driver->bind_block)
|
||||||
font_driver->bind_block(xmb->font.buf, &xmb->raster_block);
|
font_driver->bind_block(xmb->font.buf, &xmb->raster_block);
|
||||||
#endif
|
|
||||||
|
|
||||||
xmb->raster_block.carr.coords.vertices = 0;
|
xmb->raster_block.carr.coords.vertices = 0;
|
||||||
|
|
||||||
@ -1393,13 +1391,11 @@ static void xmb_frame(void)
|
|||||||
xmb_frame_messagebox(msg);
|
xmb_frame_messagebox(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
if (font_driver->flush)
|
if (font_driver->flush)
|
||||||
{
|
{
|
||||||
font_driver->flush(xmb->font.buf);
|
font_driver->flush(xmb->font.buf);
|
||||||
font_driver->bind_block(xmb->font.buf, NULL);
|
font_driver->bind_block(xmb->font.buf, NULL);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
if (settings->menu.mouse.enable)
|
if (settings->menu.mouse.enable)
|
||||||
xmb_draw_cursor(gl, xmb, menu->mouse.x, menu->mouse.y);
|
xmb_draw_cursor(gl, xmb, menu->mouse.x, menu->mouse.y);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user