mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(XMB) Fix flickering, remove need_refresh check
This commit is contained in:
parent
693d8ec4c6
commit
703ee512ed
@ -369,11 +369,6 @@ static void xmb_frame(void)
|
|||||||
if (!xmb || !gl)
|
if (!xmb || !gl)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (driver.menu->need_refresh
|
|
||||||
&& g_extern.is_menu
|
|
||||||
&& !driver.menu->msg_force)
|
|
||||||
return;
|
|
||||||
|
|
||||||
update_tweens(0.002);
|
update_tweens(0.002);
|
||||||
|
|
||||||
glViewport(0, 0, gl->win_width, gl->win_height);
|
glViewport(0, 0, gl->win_width, gl->win_height);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user