mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(RMenu/RMenu XUI) Implement same here
This commit is contained in:
parent
8829cfebbf
commit
770f5e3449
@ -168,6 +168,10 @@ static void rmenu_render(void)
|
|||||||
&& !menu->msg_force)
|
&& !menu->msg_force)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
g_runloop.frames.video.current.menu.animation.is_active = false;
|
||||||
|
g_runloop.frames.video.current.menu.label.is_updated = false;
|
||||||
|
g_runloop.frames.video.current.menu.framebuf.dirty = false;
|
||||||
|
|
||||||
if (!menu->menu_list->selection_buf)
|
if (!menu->menu_list->selection_buf)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
@ -560,6 +560,10 @@ static void rmenu_xui_render(void)
|
|||||||
g_runloop.is_menu && !menu->msg_force)
|
g_runloop.is_menu && !menu->msg_force)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
g_runloop.frames.video.current.menu.animation.is_active = false;
|
||||||
|
g_runloop.frames.video.current.menu.label.is_updated = false;
|
||||||
|
g_runloop.frames.video.current.menu.framebuf.dirty = false;
|
||||||
|
|
||||||
rmenu_xui_render_background();
|
rmenu_xui_render_background();
|
||||||
|
|
||||||
menu_list_get_last_stack(menu->menu_list, &dir, &label, &menu_type);
|
menu_list_get_last_stack(menu->menu_list, &dir, &label, &menu_type);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user