(D3D9) Add widgets function call
This commit is contained in:
parent
44431ad227
commit
e6d5f427fc
|
@ -55,6 +55,9 @@
|
||||||
|
|
||||||
#ifdef HAVE_MENU
|
#ifdef HAVE_MENU
|
||||||
#include "../../menu/menu_driver.h"
|
#include "../../menu/menu_driver.h"
|
||||||
|
#ifdef HAVE_MENU_WIDGETS
|
||||||
|
#include "../../menu/widgets/menu_widgets.h"
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../font_driver.h"
|
#include "../font_driver.h"
|
||||||
|
@ -1710,6 +1713,12 @@ static bool d3d9_frame(void *data, const void *frame,
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_MENU
|
||||||
|
#ifdef HAVE_MENU_WIDGETS
|
||||||
|
menu_widgets_frame(video_info);
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
if (msg && *msg)
|
if (msg && *msg)
|
||||||
{
|
{
|
||||||
d3d9_set_viewports(d3d->dev, &screen_vp);
|
d3d9_set_viewports(d3d->dev, &screen_vp);
|
||||||
|
|
Loading…
Reference in New Issue