mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Add more conditionals for --disable-menu
This commit is contained in:
parent
95f5df358a
commit
118ff58e6b
@ -8,7 +8,11 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#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
|
#ifndef CXX_BUILD
|
||||||
}
|
}
|
||||||
@ -30,6 +34,8 @@ public:
|
|||||||
struct video_shader_pass *pass;
|
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
|
class ShaderParamsDialog : public QDialog
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
@ -90,5 +96,7 @@ protected:
|
|||||||
void resizeEvent(QResizeEvent *event);
|
void resizeEvent(QResizeEvent *event);
|
||||||
void paintEvent(QPaintEvent *event);
|
void paintEvent(QPaintEvent *event);
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user