Merge pull request #2638 from bagnz0r/master

Audio optimization, usability fixes, sound peak blowout fix, Polish translation, bugfixes
This commit is contained in:
Henrik Rydgård 2013-07-18 02:54:03 -07:00
commit 05dfd27db8
5 changed files with 20 additions and 6 deletions

View file

@ -134,8 +134,8 @@ void Config::Load(const char *iniFileName)
IniFile::Section *sound = iniFile.GetOrCreateSection("Sound");
sound->Get("Enable", &bEnableSound, true);
sound->Get("EnableAtrac3plus", &bEnableAtrac3plus, true);
sound->Get("BGMVolume", &iBGMVolume, 4);
sound->Get("SEVolume", &iSEVolume, 4);
sound->Get("BGMVolume", &iBGMVolume, 5);
sound->Get("SEVolume", &iSEVolume, 5);
IniFile::Section *control = iniFile.GetOrCreateSection("Control");
control->Get("ShowStick", &bShowAnalogStick, false);