mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(XUI) Build fixes
This commit is contained in:
parent
da3cff4903
commit
450318394a
@ -20,6 +20,9 @@
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <ctype.h>
|
||||
#ifdef HAVE_RMENU_XUI
|
||||
#include <xui.h>
|
||||
#endif
|
||||
#include "menu_common.h"
|
||||
|
||||
#include "../../gfx/gfx_common.h"
|
||||
@ -35,6 +38,10 @@
|
||||
rgui_handle_t *rgui;
|
||||
const menu_ctx_driver_t *menu_ctx;
|
||||
|
||||
#ifdef HAVE_RMENU_XUI
|
||||
extern HXUIOBJ m_menulist;
|
||||
#endif
|
||||
|
||||
//forward decl
|
||||
static int menu_iterate_func(void *data, unsigned action);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user