mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-02-21 05:29:07 +00:00
Avoid doing Mockingboard work as much as possible
- Fixes audio underflow issue on ancient Droid devices
This commit is contained in:
parent
ddcef734c7
commit
1bb3f75a06
@ -949,7 +949,7 @@ static void MB_Update()
|
||||
return;
|
||||
}
|
||||
|
||||
if (!MockingboardVoice->bActive)
|
||||
if (!MockingboardVoice->bActive || !g_bMB_Active)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user