Merge pull request #9605 from p-sam/libnx-audren-default

(Switch) Make the audren threaded audio driver default
This commit is contained in:
Twinaphex 2019-10-16 20:22:37 +02:00 committed by GitHub
commit f9d9dc8adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -699,7 +699,7 @@ const char *config_get_default_audio(void)
return "dsp";
case AUDIO_SWITCH:
#if defined(HAVE_LIBNX)
return "switch_thread";
return "switch_audren_thread";
#else
return "switch";
#endif