mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-31 13:00:59 +00:00
- removed dead menu options
This commit is contained in:
parent
b9367caa6f
commit
bbdd146243
1 changed files with 0 additions and 28 deletions
|
@ -1826,34 +1826,6 @@ OptionValue BufferCounts
|
|||
}
|
||||
|
||||
|
||||
OptionString SoundOutputsWindows
|
||||
{
|
||||
"Default", "$OPTVAL_DEFAULT"
|
||||
"DirectSound", "$OPTSTR_DIRECTSOUND"
|
||||
"WASAPI", "$OPTSTR_WASAPI"
|
||||
"ASIO", "$OPTSTR_ASIO"
|
||||
"WaveOut", "$OPTSTR_WAVEOUT"
|
||||
"No sound", "$OPTSTR_NOSOUND"
|
||||
}
|
||||
|
||||
|
||||
OptionString SoundOutputsUnix
|
||||
{
|
||||
"Default", "$OPTVAL_DEFAULT"
|
||||
"OSS", "$OPTSTR_OSS"
|
||||
"ALSA", "$OPTSTR_ALSA"
|
||||
"SDL", "$OPTSTR_SDL"
|
||||
"ESD", "$OPTSTR_ESD"
|
||||
"PulseAudio", "$OPTSTR_PULSEAUDIO"
|
||||
"No sound", "$OPTSTR_NOSOUND"
|
||||
}
|
||||
|
||||
OptionString SoundOutputsMac
|
||||
{
|
||||
"Core Audio", "$OPTSTR_COREAUDIO"
|
||||
"No sound", "$OPTSTR_NOSOUND"
|
||||
}
|
||||
|
||||
OptionString ALDevices
|
||||
{
|
||||
// filled in by the sound code
|
||||
|
|
Loading…
Reference in a new issue