(D3D9) Add widgets function call

This commit is contained in:
twinaphex 2019-02-21 17:09:08 +01:00
parent 44431ad227
commit e6d5f427fc

View File

@ -55,6 +55,9 @@
#ifdef HAVE_MENU
#include "../../menu/menu_driver.h"
#ifdef HAVE_MENU_WIDGETS
#include "../../menu/widgets/menu_widgets.h"
#endif
#endif
#include "../font_driver.h"
@ -1710,6 +1713,12 @@ static bool d3d9_frame(void *data, const void *frame,
}
#endif
#ifdef HAVE_MENU
#ifdef HAVE_MENU_WIDGETS
menu_widgets_frame(video_info);
#endif
#endif
if (msg && *msg)
{
d3d9_set_viewports(d3d->dev, &screen_vp);