From b8cea125e4d1f737a9111336d176d2fc39bcab2f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 15 May 2017 23:03:54 +0200 Subject: [PATCH] Create stub function for looping sounds --- tasks/task_audio_mixer.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/task_audio_mixer.c b/tasks/task_audio_mixer.c index 58ebc30f19..95bbc3b7fd 100644 --- a/tasks/task_audio_mixer.c +++ b/tasks/task_audio_mixer.c @@ -40,9 +40,6 @@ struct audio_mixer_handle static void audio_mixer_stopped(audio_mixer_sound_t *sound, unsigned reason) { - if (sound) - audio_mixer_destroy(sound); - audio_set_bool(AUDIO_ACTION_MIXER, false); } static void task_audio_mixer_load_handler(retro_task_t *task)