mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Get rid of EMSCRIPTEN ifdef
This commit is contained in:
parent
9fd17a196f
commit
cca2dd1713
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user