mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +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,
|
||||
};
|
||||
|
||||
/* force viewport to fullscreen */
|
||||
gl_set_viewport(gl, global->video_data.width,
|
||||
global->video_data.height, true, false);
|
||||
|
||||
coords.vertices = 4;
|
||||
coords.vertex = vertex;
|
||||
@ -1324,6 +1321,9 @@ static void xmb_frame(void)
|
||||
if (!gl)
|
||||
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);
|
||||
|
||||
xmb->raster_block.carr.coords.vertices = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user