Fixes Issue 2004

This also mutes the sound when paused in Debug mode.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4825 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
ayuanx
2010-01-13 14:18:13 +00:00
parent 429691ce96
commit 5aac8a5437
5 changed files with 10 additions and 9 deletions

View File

@ -109,7 +109,7 @@ EXPORT void CALL DSP_StopSoundStream();
// __________________________________________________________________________________________________
// Function: DSP_ClearAudioBuffer
// Purpose: Stops audio. Called while pausing to stop the annoying noises.
EXPORT void CALL DSP_ClearAudioBuffer();
EXPORT void CALL DSP_ClearAudioBuffer(bool mute);
#include "ExportEpilog.h"
#endif