mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +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,
|
&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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user