From 3b76f6dc80c50737c79051461f86eb18c4a13b1d Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Tue, 8 Sep 2009 16:07:13 +0000 Subject: =?UTF-8?q?get=20rid=20of=20the=20'=C2=AF'=20chars=20in=20source?= =?UTF-8?q?=20code...non=20ascii=20chars=20are=20not=20really=20good=20to?= =?UTF-8?q?=20have=20floating=20around=20for=20no=20reason.=20http://googl?= =?UTF-8?q?e-styleguide.googlecode.com/svn/trunk/cppguide.xml=3Fshowone=3D?= =?UTF-8?q?Non-ASCII=5FCharacters#Non-ASCII=5FCharacters?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4231 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/AudioCommon/Src/Mixer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/AudioCommon') diff --git a/Source/Core/AudioCommon/Src/Mixer.cpp b/Source/Core/AudioCommon/Src/Mixer.cpp index 4c05213f2a..2a0a0f7325 100644 --- a/Source/Core/AudioCommon/Src/Mixer.cpp +++ b/Source/Core/AudioCommon/Src/Mixer.cpp @@ -96,7 +96,7 @@ void CMixer::PushSamples(short *samples, int num_stereo_samples, int core_sample // ----------------------------------------------------------------------- // The auto throttle function. This loop will put a ceiling on the CPU MHz. - // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ + // ---------------------------- /* This is only needed for non-AX sound, currently directly streamed and DTK sound. For AX we call SoundStream::Update in AXTask() for example. */ -- cgit v1.2.3