Get rid of EMSCRIPTEN ifdef

This commit is contained in:
twinaphex 2015-08-20 00:51:56 +02:00
parent 9fd17a196f
commit cca2dd1713

View File

@ -247,11 +247,9 @@ rarch_dsp_filter_t *rarch_dsp_filter_new(
goto error;
#endif
#if !defined(EMSCRIPTEN)
#if defined(HAVE_DYLIB) || defined(RARCH_CONSOLE)
#if defined(HAVE_DYLIB) || defined(HAVE_FILTERS_BUILTIN)
if (!append_plugs(dsp, plugs))
goto error;
#endif
#endif
if (plugs)