mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -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;
|
return true;
|
||||||
if (backend == BACKEND_PULSEAUDIO)
|
if (backend == BACKEND_PULSEAUDIO)
|
||||||
return true;
|
return true;
|
||||||
|
if (backend == BACKEND_XAUDIO2)
|
||||||
|
return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user