Removed help line and changed option.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1331
This commit is contained in:
parent
57d6fa9b64
commit
fb4053b38c
1 changed files with 1 additions and 2 deletions
|
@ -843,9 +843,8 @@ static void SBLASTER_CallBack(Bit8u * stream,Bit32u len) {
|
|||
|
||||
void SBLASTER_Init(Section* sec) {
|
||||
Bitu i;
|
||||
MSG_Add("SBLASTER_CONFIGFILE_HELP","Sound Blaster related options.\n");
|
||||
Section_prop * section=static_cast<Section_prop *>(sec);
|
||||
if(!section->Get_bool("enabled")) return;
|
||||
if(!section->Get_bool("sblaster")) return;
|
||||
sb.chan=MIXER_AddChannel(&SBLASTER_CallBack,22050,"SBLASTER");
|
||||
MIXER_Enable(sb.chan,false);
|
||||
sb.dsp.state=DSP_S_NORMAL;
|
||||
|
|
Loading…
Add table
Reference in a new issue