re-enable PulseAudio backend

This commit is contained in:
Jordan Woyak
2013-01-13 22:20:33 -06:00
parent 13469f2db4
commit 020ab743a9
2 changed files with 9 additions and 7 deletions

View File

@ -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,