(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,
#endif
#ifdef SWITCH
&audio_switch,
&audio_switch_thread,
&audio_switch,
#endif
&audio_null,
NULL,