(PS3) Buildfix

This commit is contained in:
twinaphex 2017-01-26 04:26:19 +01:00
parent 29b59d8681
commit d5db559d38

View File

@ -210,7 +210,7 @@ static void ps3_audio_free(void *data)
ps3_audio_t *aud = data;
aud->quit_thread = true;
ps3_audio_start(aud);
ps3_audio_start(aud, false);
sys_ppu_thread_join(aud->thread, &val);
ps3_audio_stop(aud);