mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(audio_dsp_filter.c) Buildfix
This commit is contained in:
parent
4f889124ae
commit
1f1d58bf61
@ -146,12 +146,15 @@ static const dspfilter_get_implementation_t dsp_plugs_builtin[] = {
|
||||
|
||||
static bool append_plugs(rarch_dsp_filter_t *dsp, struct string_list *list)
|
||||
{
|
||||
unsigned i;
|
||||
dspfilter_simd_mask_t mask = retro_get_cpu_features();
|
||||
|
||||
(void)mask;
|
||||
(void)list;
|
||||
(void)i;
|
||||
|
||||
#if defined(HAVE_FILTERS_BUILTIN)
|
||||
|
||||
dsp->plugs = (struct rarch_dsp_plug*)
|
||||
calloc(ARRAY_SIZE(dsp_plugs_builtin), sizeof(*dsp->plugs));
|
||||
if (!dsp->plugs)
|
||||
@ -166,8 +169,6 @@ static bool append_plugs(rarch_dsp_filter_t *dsp, struct string_list *list)
|
||||
return false;
|
||||
}
|
||||
#elif defined(HAVE_DYLIB)
|
||||
unsigned i;
|
||||
|
||||
for (i = 0; i < list->size; i++)
|
||||
{
|
||||
dspfilter_get_implementation_t cb;
|
||||
|
Loading…
x
Reference in New Issue
Block a user