mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Add more conditionals for --disable-menu
This commit is contained in:
parent
95f5df358a
commit
118ff58e6b
@ -8,7 +8,11 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "../.././gfx/video_shader_parse.h"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../../config.def.h"
|
||||
#endif
|
||||
|
||||
#include "../../../gfx/video_shader_parse.h"
|
||||
|
||||
#ifndef CXX_BUILD
|
||||
}
|
||||
@ -30,6 +34,8 @@ public:
|
||||
struct video_shader_pass *pass;
|
||||
};
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
||||
class ShaderParamsDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
@ -90,5 +96,7 @@ protected:
|
||||
void resizeEvent(QResizeEvent *event);
|
||||
void paintEvent(QPaintEvent *event);
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user