mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Change rules for append_plugs
This commit is contained in:
parent
8a56d6d67d
commit
e9ea6b1584
@ -247,9 +247,11 @@ rarch_dsp_filter_t *rarch_dsp_filter_new(
|
||||
goto error;
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_DYLIB)
|
||||
#if !defined(EMSCRIPTEN)
|
||||
#if defined(HAVE_DYLIB) || defined(RARCH_CONSOLE)
|
||||
if (!append_plugs(dsp, plugs))
|
||||
goto error;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
if (plugs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user