mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 07:49:19 +01:00
Merge pull request #7972 from Miksel12/cubeb-standard
Set Cubeb as default on Windows
This commit is contained in:
commit
a0a0a68801
@ -89,10 +89,8 @@ std::string GetDefaultSoundBackend()
|
||||
#elif defined __linux__
|
||||
if (AlsaSound::isValid())
|
||||
backend = BACKEND_ALSA;
|
||||
#elif defined __APPLE__
|
||||
#elif defined(__APPLE__) || defined(_WIN32)
|
||||
backend = BACKEND_CUBEB;
|
||||
#elif defined _WIN32
|
||||
backend = BACKEND_XAUDIO2;
|
||||
#endif
|
||||
return backend;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user