Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set XAudio2 as the default audio backend
  • Loading branch information
delroth committed Aug 30, 2013
1 parent 710ac04 commit 6428137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/ConfigManager.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 6428137

Please sign in to comment.