mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 19:21:06 +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;
|
||||
|
||||
#if defined(HAVE_DYLIB) && !defined(HAVE_FILTERS_BUILTIN)
|
||||
error:
|
||||
if (!audio_driver_dsp)
|
||||
RARCH_ERR("[DSP]: Failed to initialize DSP filter \"%s\".\n", device);
|
||||
#endif
|
||||
}
|
||||
|
||||
void audio_driver_set_buffer_size(size_t bufsize)
|
||||
|
Loading…
x
Reference in New Issue
Block a user