diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-09-08 16:07:13 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-09-08 16:07:13 +0000 |
| commit | 3b76f6dc80c50737c79051461f86eb18c4a13b1d (patch) | |
| tree | 4095f79cd5741ce999afdfef0798ddda968c022f /Source/Core/AudioCommon | |
| parent | 463e93c41a87b5ebdba2fea607c746ee2a1b3dee (diff) | |
get rid of the 'ÂŻ' chars in source code...non ascii chars are not really good to have floating around for no reason. http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Non-ASCII_Characters#Non-ASCII_Characters
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4231 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/AudioCommon')
| -rw-r--r-- | Source/Core/AudioCommon/Src/Mixer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |
