mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
Make audio_sample_batch function static
This commit is contained in:
parent
3e0f624e25
commit
817bffcc57
@ -480,7 +480,7 @@ static void audio_sample(int16_t left, int16_t right)
|
||||
g_extern.audio_data.data_ptr = 0;
|
||||
}
|
||||
|
||||
size_t audio_sample_batch(const int16_t *data, size_t frames)
|
||||
static size_t audio_sample_batch(const int16_t *data, size_t frames)
|
||||
{
|
||||
if (frames > (AUDIO_CHUNK_SIZE_NONBLOCKING >> 1))
|
||||
frames = AUDIO_CHUNK_SIZE_NONBLOCKING >> 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user