mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user