mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(DISABLE_MENU) Add another conditional
This commit is contained in:
parent
118ff58e6b
commit
71b4a4558c
1 changed files with 4 additions and 0 deletions
|
@ -51,7 +51,11 @@
|
|||
#include "qt/ui_qt_load_core_window.h"
|
||||
#include "qt/coreinfodialog.h"
|
||||
#include "qt/playlistentrydialog.h"
|
||||
#if defined(HAVE_MENU)
|
||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
||||
#include "qt/shaderparamsdialog.h"
|
||||
#endif
|
||||
#endif
|
||||
#include "qt/coreoptionsdialog.h"
|
||||
#include "qt/viewoptionsdialog.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue