Fix an issue with OpenAL not properly using the correct Volume on boot

Proper fix for issue 1886 as well as a fix to OGL fullscreen code that might fix issue 2095

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5028 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
sl1nk3.s
2010-02-07 19:36:29 +00:00
parent fdcfade27a
commit 449b21fd65
6 changed files with 7 additions and 6 deletions

View File

@ -39,7 +39,7 @@ void AudioCommonConfig::Set(IniFile &file) {
file.Set("Config", "EnableDTKMusic", m_EnableDTKMusic);
file.Set("Config", "EnableThrottle", m_EnableThrottle);
file.Set("Config", "Backend", sBackend);
// file.Set("Config", "Volume", m_Volume);
file.Set("Config", "Volume", m_Volume);
}
// Update according to the values (stream/mixer)