mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07: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__
|
||||
if (AlsaSound::IsValid())
|
||||
backend = BACKEND_ALSA;
|
||||
#elif defined(__APPLE__) || defined(_WIN32)
|
||||
#elif defined(__APPLE__) || defined(_WIN32) || defined(__OpenBSD__)
|
||||
backend = BACKEND_CUBEB;
|
||||
#endif
|
||||
return backend;
|
||||
|
Loading…
Reference in New Issue
Block a user