diff options
| author | ayuanx <ayuanx@gmail.com> | 2010-02-07 06:07:56 +0000 |
|---|---|---|
| committer | ayuanx <ayuanx@gmail.com> | 2010-02-07 06:07:56 +0000 |
| commit | 0978551269461ff7827f4ba5666b59b9baaef24d (patch) | |
| tree | db91c7d90a2c950d913b427d11e07e8c9d3b7ff0 /Source/Core/AudioCommon | |
| parent | 13437c1f6b6e5caa0012d943a3ca38709ffe0bc0 (diff) | |
EXPERIMENTAL: an attempt to fix Issue 1725
Please test, especially on multi-Wiimote.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5024 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/AudioCommon')
| -rw-r--r-- | Source/Core/AudioCommon/Src/AudioCommonConfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/Src/AudioCommonConfig.cpp b/Source/Core/AudioCommon/Src/AudioCommonConfig.cpp index a186c5cbaf..b175bfa982 100644 --- a/Source/Core/AudioCommon/Src/AudioCommonConfig.cpp +++ b/Source/Core/AudioCommon/Src/AudioCommonConfig.cpp @@ -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) |
