mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-08-16 12:27:22 +00:00
Revert "Avoid doing Mockingboard work as much as possible"
This reverts commit 1bb3f75a06
.
- Caused excessive glitching in U4 music
This commit is contained in:
@@ -949,7 +949,7 @@ static void MB_Update()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!MockingboardVoice->bActive || !g_bMB_Active)
|
if (!MockingboardVoice->bActive)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user