mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-02 06:53:39 +00:00
(Driver) Move find_audio_driver outside of HAVE_THREADS in init_audio -
man, this whole audio/input/video initing/deiniting is still hacky as shit.
This commit is contained in:
parent
6147fb0a2a
commit
14dbd27873
2
driver.c
2
driver.c
@ -742,8 +742,8 @@ void init_audio(void)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_THREADS
|
|
||||||
find_audio_driver();
|
find_audio_driver();
|
||||||
|
#ifdef HAVE_THREADS
|
||||||
if (g_extern.system.audio_callback.callback)
|
if (g_extern.system.audio_callback.callback)
|
||||||
{
|
{
|
||||||
RARCH_LOG("Starting threaded audio driver ...\n");
|
RARCH_LOG("Starting threaded audio driver ...\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user