Avoid doing Mockingboard work as much as possible

- Fixes audio underflow issue on ancient Droid devices
This commit is contained in:
Aaron Culliney 2016-10-23 17:36:52 -07:00
parent ddcef734c7
commit 1bb3f75a06

View File

@ -949,7 +949,7 @@ static void MB_Update()
return;
}
if (!MockingboardVoice->bActive)
if (!MockingboardVoice->bActive || !g_bMB_Active)
{
return;
}