mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Put this behind DEBUG ifdef
This commit is contained in:
parent
737718ba5d
commit
a1752db25a
@ -233,6 +233,7 @@ static void create_filter(struct eq_data *eq, unsigned size_log2,
|
||||
time_filter[i] *= window_mod * kaiser_window_function(phase, beta);
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
/* Debugging. */
|
||||
if (filter_path)
|
||||
{
|
||||
@ -244,6 +245,7 @@ static void create_filter(struct eq_data *eq, unsigned size_log2,
|
||||
fclose(file);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Padded FFT to create our FFT filter.
|
||||
* Make our even-length filter odd by discarding the first coefficient.
|
||||
|
Loading…
x
Reference in New Issue
Block a user