Increase the mixer disable shutdown delay
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1809
This commit is contained in:
parent
ed76cb83a0
commit
5acc5f9082
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ static void OPL_CallBack(Bit8u *stream, Bit32u len) {
|
|||
break;
|
||||
|
||||
}
|
||||
if ((PIC_Ticks-opl.last_used)>1000) {
|
||||
if ((PIC_Ticks-opl.last_used)>5000) {
|
||||
MIXER_Enable(opl.chan,false);
|
||||
opl.active=false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue