mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
(PS3) Buildfix
This commit is contained in:
parent
29b59d8681
commit
d5db559d38
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user