mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-03-06 10:27:13 +00:00
Cleanups
This commit is contained in:
parent
5730ebc118
commit
634da308aa
@ -124,7 +124,6 @@ static void resampler_sinc_process_neon(void *re_, struct resampler_data *data)
|
||||
|
||||
while (resamp->time < phases)
|
||||
{
|
||||
unsigned i;
|
||||
const float *buffer_l = resamp->buffer_l + resamp->ptr;
|
||||
const float *buffer_r = resamp->buffer_r + resamp->ptr;
|
||||
unsigned taps = resamp->taps;
|
||||
|
Loading…
x
Reference in New Issue
Block a user