mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
use pulseaudio "simple" api
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user