1
0
Fork 0

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:
Sjoerd van der Berg 2004-06-06 18:23:10 +00:00
parent ed76cb83a0
commit 5acc5f9082

View file

@ -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;
}