Skip to content

Commit

Permalink
(libnx) Use audio_switch_thread by default
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Oct 6, 2018
1 parent cf5b8a5 commit 50eb4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/audio_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 50eb4ad

Please sign in to comment.