mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Set XAudio2 as the default audio backend
This commit is contained in:
parent
710ac04084
commit
6428137ca4
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ void SConfig::LoadSettings()
|
|||
#elif defined __APPLE__
|
||||
ini.Get("DSP", "Backend", &sBackend, BACKEND_COREAUDIO);
|
||||
#elif defined _WIN32
|
||||
ini.Get("DSP", "Backend", &sBackend, BACKEND_DIRECTSOUND);
|
||||
ini.Get("DSP", "Backend", &sBackend, BACKEND_XAUDIO2);
|
||||
#elif defined ANDROID
|
||||
ini.Get("DSP", "Backend", &sBackend, BACKEND_OPENSLES);
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue