mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Fix pulse.c
This commit is contained in:
parent
83e8aec3d4
commit
f3e7fc09d4
@ -147,7 +147,8 @@ static void buffer_attr_cb(pa_stream *s, void *data)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static void *pulse_init(const char *device, unsigned rate, unsigned latency)
|
static void *pulse_init(const char *device, unsigned rate,
|
||||||
|
unsigned latency, unsigned *new_rate)
|
||||||
{
|
{
|
||||||
pa_sample_spec spec;
|
pa_sample_spec spec;
|
||||||
pa_buffer_attr buffer_attr = {0};
|
pa_buffer_attr buffer_attr = {0};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user