diff options
| author | ayuanx <ayuanx@gmail.com> | 2009-12-25 22:10:56 +0000 |
|---|---|---|
| committer | ayuanx <ayuanx@gmail.com> | 2009-12-25 22:10:56 +0000 |
| commit | 4240cf9053c2cb729b51fc26c13f7cd83a7422bf (patch) | |
| tree | 6d84a320ec7b9815aa9c003a9f4a58af36c2cc0f /Source/Core/AudioCommon | |
| parent | 06218e9ebb2c4b7e6c4122a497fecba4e0e1d049 (diff) | |
Wiimote: More work, don't ask, no answer
nJoy: Maybe this could reactivate multi-pad?
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4729 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/AudioCommon')
| -rw-r--r-- | Source/Core/AudioCommon/Src/Mixer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/Src/Mixer.h b/Source/Core/AudioCommon/Src/Mixer.h index a3ebf94185..4f8ca421ac 100644 --- a/Source/Core/AudioCommon/Src/Mixer.h +++ b/Source/Core/AudioCommon/Src/Mixer.h @@ -41,7 +41,7 @@ public: // I perfer speed so let's do down-sampling instead of up-sampling // If you like better sound than speed, feel free to implement the up-sampling code m_sampleRate = 32000; - NOTICE_LOG(AUDIO_INTERFACE, "Mixer is initialized (AISampleRate:%i, DACSampleRate:%i)", AISampleRate, DACSampleRate); + INFO_LOG(AUDIO_INTERFACE, "Mixer is initialized (AISampleRate:%i, DACSampleRate:%i)", AISampleRate, DACSampleRate); } // Called from audio threads |
