mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-19 15:31:53 +00:00
Merge branch 'pulseaudio-simple'
This commit is contained in:
commit
13469f2db4
4 changed files with 54 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