mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(DISABLE_MENU) Add another conditional
This commit is contained in:
parent
118ff58e6b
commit
71b4a4558c
@ -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…
x
Reference in New Issue
Block a user