mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Fix and issue with the escape button closing the hotkey dialog when trying to set a hotkey to escape.
Fix a few more dialogs to close with escape. Fix an issue with the pulse audio sound backend when the dsp emulation method is changed, and the frequency setting was not respected. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7358 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
aa19fa97d9
commit
52cb7fd4ca
5 changed files with 28 additions and 47 deletions
|
@ -73,7 +73,8 @@ void PulseAudio::SoundLoop()
|
|||
bool PulseAudio::PulseInit()
|
||||
{
|
||||
// The Sample format to use
|
||||
static const pa_sample_spec ss = {
|
||||
const pa_sample_spec ss =
|
||||
{
|
||||
PA_SAMPLE_S16LE,
|
||||
m_mixer->GetSampleRate(),
|
||||
2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue