mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-29 03:00:24 +00:00
Update XMB
This commit is contained in:
parent
87661de516
commit
cdb2a64cef
@ -1374,8 +1374,7 @@ static void xmb_frame(void)
|
||||
if (menu->mouse.enable)
|
||||
xmb_draw_cursor(gl, xmb, menu->mouse.x, menu->mouse.y);
|
||||
|
||||
if (!g_settings.menu.pause_libretro)
|
||||
gl_set_viewport(gl, gl->win_width, gl->win_height, false, true);
|
||||
gl_set_viewport(gl, gl->win_width, gl->win_height, false, true);
|
||||
}
|
||||
|
||||
static void *xmb_init(void)
|
||||
|
Loading…
Reference in New Issue
Block a user