From acaac510770458ecd92664c00c6c47170c2f6c22 Mon Sep 17 00:00:00 2001 From: Rachel Bryk Date: Thu, 24 Jul 2014 08:16:17 -0400 Subject: Remove audio frame limit. It serves no purpose and causes bugs and confusion for users. --- Source/Core/AudioCommon/AudioCommon.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/Core/AudioCommon/AudioCommon.cpp') 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); } } -- cgit v1.2.3