mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Ifdef dsp_lib variable with HAVE_DYLIB
This commit is contained in:
parent
6f13028aba
commit
ad02755d84
@ -486,7 +486,9 @@ struct global
|
|||||||
size_t rewind_ptr;
|
size_t rewind_ptr;
|
||||||
size_t rewind_size;
|
size_t rewind_size;
|
||||||
|
|
||||||
|
#ifdef HAVE_DYLIB
|
||||||
dylib_t dsp_lib;
|
dylib_t dsp_lib;
|
||||||
|
#endif
|
||||||
const rarch_dsp_plugin_t *dsp_plugin;
|
const rarch_dsp_plugin_t *dsp_plugin;
|
||||||
void *dsp_handle;
|
void *dsp_handle;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user