mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
Fix CXX_BUILD.
This commit is contained in:
parent
b951f4ab0c
commit
6bae9a44d8
@ -972,7 +972,7 @@ static void ffemu_audio_resample(ffemu_t *handle, struct ffemu_audio_data *data)
|
||||
{
|
||||
// It's always two channels ...
|
||||
struct resampler_data info = {0};
|
||||
info.data_in = data->data;
|
||||
info.data_in = (sample_t*)data->data;
|
||||
info.data_out = handle->audio.resample_out;
|
||||
info.input_frames = data->frames;
|
||||
info.ratio = handle->audio.ratio;
|
||||
|
Loading…
Reference in New Issue
Block a user