mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-08 20:39:08 -06:00
Set XAudio2 as the default audio backend
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user