mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(XMB) Cleanup
This commit is contained in:
parent
f0d9506a17
commit
15dd8e71ac
@ -446,9 +446,6 @@ static void xmb_frame_background(settings_t *settings,
|
|||||||
0.0f, 0.0f, 0.0f, alpha,
|
0.0f, 0.0f, 0.0f, alpha,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* force viewport to fullscreen */
|
|
||||||
gl_set_viewport(gl, global->video_data.width,
|
|
||||||
global->video_data.height, true, false);
|
|
||||||
|
|
||||||
coords.vertices = 4;
|
coords.vertices = 4;
|
||||||
coords.vertex = vertex;
|
coords.vertex = vertex;
|
||||||
@ -1324,6 +1321,9 @@ static void xmb_frame(void)
|
|||||||
if (!gl)
|
if (!gl)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
gl_set_viewport(gl, global->video_data.width,
|
||||||
|
global->video_data.height, true, false);
|
||||||
|
|
||||||
menu_display_font_bind_block(menu, font_driver, &xmb->raster_block);
|
menu_display_font_bind_block(menu, font_driver, &xmb->raster_block);
|
||||||
|
|
||||||
xmb->raster_block.carr.coords.vertices = 0;
|
xmb->raster_block.carr.coords.vertices = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user