mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
(ALSA QSA) Have alsa_qsa_write_avail return status.free - status.free should be
amount remaining
This commit is contained in:
parent
85af04c4d0
commit
705b1045ae
@ -223,7 +223,7 @@ static size_t alsa_qsa_write_avail(void *data)
|
||||
|
||||
snd_pcm_plugin_status(alsa->pcm, &status);
|
||||
|
||||
return status.count;
|
||||
return status.free;
|
||||
}
|
||||
|
||||
static size_t alsa_qsa_buffer_size(void *data)
|
||||
|
Loading…
Reference in New Issue
Block a user