mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Cleanup
This commit is contained in:
parent
c21abd28f8
commit
2f9eb86a59
@ -40,7 +40,7 @@ struct audio_mixer_handle
|
|||||||
|
|
||||||
static void audio_mixer_stopped(audio_mixer_sound_t *sound, unsigned reason)
|
static void audio_mixer_stopped(audio_mixer_sound_t *sound, unsigned reason)
|
||||||
{
|
{
|
||||||
if (sound && reason != AUDIO_MIXER_SOUND_REPEATED)
|
if (reason != AUDIO_MIXER_SOUND_REPEATED)
|
||||||
{
|
{
|
||||||
audio_mixer_destroy(sound);
|
audio_mixer_destroy(sound);
|
||||||
audio_set_bool(AUDIO_ACTION_MIXER, false);
|
audio_set_bool(AUDIO_ACTION_MIXER, false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user