diff options
| author | Tony Wasserka <neobrainx@gmail.com> | 2014-07-28 14:38:35 +0200 |
|---|---|---|
| committer | Tony Wasserka <neobrainx@gmail.com> | 2014-07-28 14:38:35 +0200 |
| commit | 9c7d4b6408b496e15757a1bfceed5b24a075e3b5 (patch) | |
| tree | 1df4a0addb217f6689ffe174be43620d4a57391c /Source/Core/AudioCommon/AudioCommon.cpp | |
| parent | 3554a15180cf03892dea73d543e36ffa08965ca2 (diff) | |
| parent | acaac510770458ecd92664c00c6c47170c2f6c22 (diff) | |
Merge pull request #667 from RachelBryk/remove-audio-limit
Remove audio frame limit.
Diffstat (limited to 'Source/Core/AudioCommon/AudioCommon.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/AudioCommon.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/AudioCommon.cpp b/Source/Core/AudioCommon/AudioCommon.cpp index 5cc57800b5..3550b3cb16 100644 --- a/Source/Core/AudioCommon/AudioCommon.cpp +++ b/Source/Core/AudioCommon/AudioCommon.cpp @@ -152,7 +152,6 @@ namespace AudioCommon { if (soundStream) { - soundStream->GetMixer()->SetThrottle(SConfig::GetInstance().m_Framelimit == 2); soundStream->SetVolume(SConfig::GetInstance().m_Volume); } } |
