mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
(libnx) Use audio_switch_thread by default
This commit is contained in:
parent
cf5b8a5fca
commit
50eb4adc4b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user