mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-30 06:32:56 +00:00
Set default sound backend on OpenBSD to cubeb
Set the default sound backend to cubeb instead of the default being none.
This commit is contained in:
parent
637ae12ff4
commit
ba2ccf3889
@ -100,7 +100,7 @@ std::string GetDefaultSoundBackend()
|
|||||||
#elif defined __linux__
|
#elif defined __linux__
|
||||||
if (AlsaSound::IsValid())
|
if (AlsaSound::IsValid())
|
||||||
backend = BACKEND_ALSA;
|
backend = BACKEND_ALSA;
|
||||||
#elif defined(__APPLE__) || defined(_WIN32)
|
#elif defined(__APPLE__) || defined(_WIN32) || defined(__OpenBSD__)
|
||||||
backend = BACKEND_CUBEB;
|
backend = BACKEND_CUBEB;
|
||||||
#endif
|
#endif
|
||||||
return backend;
|
return backend;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user