mirror of
https://github.com/libretro/RetroArch
synced 2025-04-05 16:20:45 +00:00
Silence warning
This commit is contained in:
parent
73f7396625
commit
aea9784a44
@ -745,9 +745,11 @@ void audio_driver_dsp_filter_init(const char *device)
|
|||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
#if defined(HAVE_DYLIB) && !defined(HAVE_FILTERS_BUILTIN)
|
||||||
error:
|
error:
|
||||||
if (!audio_driver_dsp)
|
if (!audio_driver_dsp)
|
||||||
RARCH_ERR("[DSP]: Failed to initialize DSP filter \"%s\".\n", device);
|
RARCH_ERR("[DSP]: Failed to initialize DSP filter \"%s\".\n", device);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void audio_driver_set_buffer_size(size_t bufsize)
|
void audio_driver_set_buffer_size(size_t bufsize)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user