mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-16 00:39:41 -06:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user