mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-02 06:53:39 +00:00
Build fix.
This commit is contained in:
parent
8ab88a5272
commit
720ea1a99d
@ -20,6 +20,8 @@
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include "menu_common.h"
|
||||
|
||||
static const menu_ctx_driver_t *menu_ctx_drivers[] = {
|
||||
#if defined(HAVE_RMENU)
|
||||
&menu_ctx_rmenu,
|
||||
|
@ -24,8 +24,6 @@
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include "menu_common.h"
|
||||
|
||||
typedef struct menu_ctx_driver
|
||||
{
|
||||
void (*set_texture)(void*, bool);
|
||||
|
Loading…
x
Reference in New Issue
Block a user