mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(XMB) Get rid of unnecessary glViewport call - xmb_render_background
already does that
This commit is contained in:
parent
eaed7c884d
commit
4e01057c69
@ -1163,8 +1163,6 @@ static void xmb_frame(void)
|
|||||||
|
|
||||||
menu_animation_update(menu->animation, menu->dt / IDEAL_DT);
|
menu_animation_update(menu->animation, menu->dt / IDEAL_DT);
|
||||||
|
|
||||||
glViewport(0, 0, gl->win_width, gl->win_height);
|
|
||||||
|
|
||||||
xmb_render_background(gl, xmb, false);
|
xmb_render_background(gl, xmb, false);
|
||||||
|
|
||||||
xmb_draw_text(gl, xmb,
|
xmb_draw_text(gl, xmb,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user