This commit is contained in:
twinaphex 2016-01-07 06:49:10 +01:00
parent cda09fb6ca
commit 682071288a

View File

@ -1528,7 +1528,10 @@ static bool d3d_frame(void *data, const void *frame,
#ifdef HAVE_MENU
if (d3d->menu && d3d->menu->enabled)
{
d3d_overlay_render(d3d, d3d->menu);
menu_driver_ctl(RARCH_MENU_CTL_FRAME, NULL);
}
#endif
#ifdef HAVE_OVERLAY
@ -1539,10 +1542,6 @@ static bool d3d_frame(void *data, const void *frame,
}
#endif
#ifdef HAVE_MENU
menu_driver_ctl(RARCH_MENU_CTL_FRAME, NULL);
#endif
retro_perf_stop(&d3d_frame);
gfx_ctx_update_window_title();