mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-05 11:08:16 +00:00
(RMenu) Build fixes
This commit is contained in:
parent
1e981cc31b
commit
8633d0439e
@ -146,9 +146,9 @@ static void rmenu_render(void)
|
||||
&& !menu->msg_force)
|
||||
return;
|
||||
|
||||
runloop->frames.video.current.menu.animation.is_active = false;
|
||||
runloop->frames.video.current.menu.label.is_updated = false;
|
||||
runloop->frames.video.current.menu.framebuf.dirty = false;
|
||||
menu->framebuf.dirty = false;
|
||||
menu->animation_is_active = false;
|
||||
menu->label.is_updated = false;
|
||||
|
||||
if (!menu->menu_list->selection_buf)
|
||||
return;
|
||||
|
@ -542,9 +542,9 @@ static void rmenu_xui_render(void)
|
||||
runloop->is_menu && !menu->msg_force)
|
||||
return;
|
||||
|
||||
runloop->frames.video.current.menu.animation.is_active = false;
|
||||
runloop->frames.video.current.menu.label.is_updated = false;
|
||||
runloop->frames.video.current.menu.framebuf.dirty = false;
|
||||
menu->framebuf.dirty = false;
|
||||
menu->animation_is_active = false;
|
||||
menu->label.is_updated = false;
|
||||
|
||||
rmenu_xui_render_background();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user