mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Set XAudio2 as the default audio backend
This commit is contained in:
@ -450,7 +450,7 @@ void SConfig::LoadSettings()
|
|||||||
#elif defined __APPLE__
|
#elif defined __APPLE__
|
||||||
ini.Get("DSP", "Backend", &sBackend, BACKEND_COREAUDIO);
|
ini.Get("DSP", "Backend", &sBackend, BACKEND_COREAUDIO);
|
||||||
#elif defined _WIN32
|
#elif defined _WIN32
|
||||||
ini.Get("DSP", "Backend", &sBackend, BACKEND_DIRECTSOUND);
|
ini.Get("DSP", "Backend", &sBackend, BACKEND_XAUDIO2);
|
||||||
#elif defined ANDROID
|
#elif defined ANDROID
|
||||||
ini.Get("DSP", "Backend", &sBackend, BACKEND_OPENSLES);
|
ini.Get("DSP", "Backend", &sBackend, BACKEND_OPENSLES);
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user