Missed one file.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6372 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
mylek4 2010-11-10 08:41:10 +00:00
parent 1991a4f3a5
commit a4d06f4b71
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ bool DSPConfigDialogLLE::SupportsVolumeChanges(std::string backend)
// too much just to enable/disable a stupid slider...
return (backend == BACKEND_DIRECTSOUND ||
backend == BACKEND_OPENAL ||
backend == BACKEND_XAUDIO2 ||
backend == BACKEND_PULSEAUDIO);
}