mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(Switch) Make the audren threaded audio driver default
This commit is contained in:
parent
e34fdedfb4
commit
77069b7299
@ -699,7 +699,7 @@ const char *config_get_default_audio(void)
|
|||||||
return "dsp";
|
return "dsp";
|
||||||
case AUDIO_SWITCH:
|
case AUDIO_SWITCH:
|
||||||
#if defined(HAVE_LIBNX)
|
#if defined(HAVE_LIBNX)
|
||||||
return "switch_thread";
|
return "switch_audren_thread";
|
||||||
#else
|
#else
|
||||||
return "switch";
|
return "switch";
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user