(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:
twinaphex 2014-07-18 19:57:31 +02:00
parent 6147fb0a2a
commit 14dbd27873

View File

@ -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");