mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Create stub function for looping sounds
This commit is contained in:
parent
8e47e7e8b3
commit
b8cea125e4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user