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:
Glenn Rice
2011-03-16 12:59:05 +00:00
parent aa19fa97d9
commit 52cb7fd4ca
5 changed files with 28 additions and 47 deletions

View File

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