(libnx) Use audio_switch_thread by default

This commit is contained in:
twinaphex 2018-10-06 17:35:52 +02:00
parent cf5b8a5fca
commit 50eb4adc4b

View File

@ -124,8 +124,8 @@ static const audio_driver_t *audio_drivers[] = {
&audio_ctr_dsp, &audio_ctr_dsp,
#endif #endif
#ifdef SWITCH #ifdef SWITCH
&audio_switch,
&audio_switch_thread, &audio_switch_thread,
&audio_switch,
#endif #endif
&audio_null, &audio_null,
NULL, NULL,