mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Allow XAudio2 to be selected as a surround backend.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user