mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +00:00
Fix Regression caused by 023fd4f3
This commit is contained in:
parent
42e38692d2
commit
bad97e29d2
@ -67,12 +67,13 @@ typedef unsigned resampler_simd_mask_t;
|
||||
|
||||
struct resampler_data
|
||||
{
|
||||
double ratio;
|
||||
const float *data_in;
|
||||
float *data_out;
|
||||
|
||||
size_t input_frames;
|
||||
size_t output_frames;
|
||||
|
||||
double ratio;
|
||||
};
|
||||
|
||||
/* Returns true if config key was found. Otherwise,
|
||||
|
Loading…
x
Reference in New Issue
Block a user