mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-30 21:42:18 +00:00
Buildfix
This commit is contained in:
parent
bbff9215c0
commit
365ca7cf63
@ -811,6 +811,7 @@ static bool gl1_gfx_frame(void *data, const void *frame,
|
||||
width, height, gl1->tex, frame_to_copy);
|
||||
}
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
if (gl1->menu_frame && menu_is_alive)
|
||||
{
|
||||
frame_to_copy = NULL;
|
||||
@ -856,7 +857,6 @@ static bool gl1_gfx_frame(void *data, const void *frame,
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
if (gl1->menu_texture_enable)
|
||||
menu_driver_frame(menu_is_alive, video_info);
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user