mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
use pulseaudio "simple" api
This commit is contained in:
parent
32855a289c
commit
488a679ca7
4 changed files with 56 additions and 267 deletions
|
@ -966,8 +966,7 @@ bool CConfigMain::SupportsVolumeChanges(std::string backend)
|
|||
return (backend == BACKEND_DIRECTSOUND ||
|
||||
backend == BACKEND_COREAUDIO ||
|
||||
backend == BACKEND_OPENAL ||
|
||||
backend == BACKEND_XAUDIO2 ||
|
||||
backend == BACKEND_PULSEAUDIO);
|
||||
backend == BACKEND_XAUDIO2);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue