mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
menu_driver_frame - use video_info->menu_is_alive instead
This commit is contained in:
parent
230b4b95dc
commit
b46545cd64
@ -3120,7 +3120,7 @@ const char *menu_driver_ident(void)
|
|||||||
|
|
||||||
void menu_driver_frame(video_frame_info_t *video_info)
|
void menu_driver_frame(video_frame_info_t *video_info)
|
||||||
{
|
{
|
||||||
if (menu_driver_is_alive() && menu_driver_ctx->frame)
|
if (video_info->menu_is_alive && menu_driver_ctx->frame)
|
||||||
menu_driver_ctx->frame(menu_userdata, video_info);
|
menu_driver_ctx->frame(menu_userdata, video_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user