mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Silence warning with --disable-menu
This commit is contained in:
parent
c387071298
commit
6be4adffdf
1 changed files with 2 additions and 1 deletions
|
@ -72,10 +72,11 @@
|
|||
|
||||
#ifdef HAVE_MENU
|
||||
#include "../menu/menu_driver.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_GFX_WIDGETS
|
||||
#include "../gfx/gfx_widgets.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
||||
#include "../menu/menu_shader.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue