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:
parent
fd5f7ba6b4
commit
56d916bf93
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue