Corrected writing error on previous commit :). Now should compile correctly. Thanks God for the advise

"
/trunk/Source/Core/AudioCommon/Src/Mixer.cpp   r6100   line 145:
145: 	{
oops, wrong brace? "

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6101 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Ignacio Farias 2010-08-16 15:45:18 +00:00
parent fd5f7ba6b4
commit 56d916bf93
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ void CMixer::PushSamples(short *samples, unsigned int num_samples)
if (!m_throttle)
{
return;
{
}
else
{
// The auto throttle function. This loop will put a ceiling on the CPU MHz.