mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
re-enable PulseAudio backend
This commit is contained in:
parent
13469f2db4
commit
020ab743a9
2 changed files with 9 additions and 7 deletions
|
@ -77,7 +77,7 @@ bool PulseAudio::PulseInit()
|
|||
pa_sample_spec ss = {};
|
||||
ss.format = PA_SAMPLE_S16LE;
|
||||
ss.channels = 2;
|
||||
ss.rate = m_mixer->GetSampleRate();
|
||||
ss.rate = m_mixer->GetSampleRate();
|
||||
|
||||
int error;
|
||||
pa = pa_simple_new(nullptr, "dolphin-emu", PA_STREAM_PLAYBACK,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue