setup: Use SNDDEVICE_SB for OPL, not ..._ADLIB.
We use SNDDEVICE_SB as the default everywhere else, so we need to be consistent.
This commit is contained in:
parent
d0de770d99
commit
ad113dcdd0
1 changed files with 2 additions and 2 deletions
|
|
@ -152,8 +152,8 @@ void ConfigSound(void)
|
|||
TXT_NewRadioButton("Disabled", &snd_musicdevice, SNDDEVICE_NONE),
|
||||
|
||||
TXT_NewRadioButton("OPL (Adlib/Soundblaster)", &snd_musicdevice,
|
||||
SNDDEVICE_ADLIB),
|
||||
TXT_NewConditional(&snd_musicdevice, SNDDEVICE_ADLIB,
|
||||
SNDDEVICE_SB),
|
||||
TXT_NewConditional(&snd_musicdevice, SNDDEVICE_SB,
|
||||
TXT_NewHorizBox(
|
||||
TXT_NewStrut(4, 0),
|
||||
TXT_NewLabel("Chip type: "),
|
||||
|
|
|
|||
Loading…
Reference in a new issue