mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +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;
|
return true;
|
||||||
if (backend == BACKEND_PULSEAUDIO)
|
if (backend == BACKEND_PULSEAUDIO)
|
||||||
return true;
|
return true;
|
||||||
|
if (backend == BACKEND_XAUDIO2)
|
||||||
|
return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user