fixed non-mac issues

This commit is contained in:
itsmattkc
2019-01-22 22:52:41 +11:00
parent 8977acde31
commit 4dfd69f363
5 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ void load_internal_effects() {
em.internal = EFFECT_INTERNAL_PAN;
effects.append(em);
#if (defined(_WIN32) || defined(__APPLE__)) && !defined(NOVST)
#ifndef NOVST
em.name = "VST Plugin 2.x";
em.internal = EFFECT_INTERNAL_VST;
effects.append(em);