mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 23:59:27 +01:00
Allow XAudio2 to be selected as a surround backend.
This commit is contained in:
parent
f37ff190e4
commit
99a35568ca
@ -129,6 +129,8 @@ bool SupportsDPL2Decoder(const std::string& backend)
|
||||
return true;
|
||||
if (backend == BACKEND_PULSEAUDIO)
|
||||
return true;
|
||||
if (backend == BACKEND_XAUDIO2)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user