summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/Info/DistrhoPluginInfo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/Info/DistrhoPluginInfo.h b/examples/Info/DistrhoPluginInfo.h
index df72edcc..0f7184ff 100644
--- a/examples/Info/DistrhoPluginInfo.h
+++ b/examples/Info/DistrhoPluginInfo.h
@@ -26,10 +26,13 @@
#define DISTRHO_PLUGIN_NUM_INPUTS 2
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
#define DISTRHO_PLUGIN_WANT_TIMEPOS 1
-#define DISTRHO_PLUGIN_USES_MODGUI 1
#define DISTRHO_UI_USER_RESIZABLE 1
#define DISTRHO_UI_USE_NANOVG 1
+#ifdef __MOD_DEVICES__
+#define DISTRHO_PLUGIN_USES_MODGUI 1
+#endif
+
enum Parameters {
kParameterBufferSize = 0,
kParameterTimePlaying,