mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-02-03 23:33:39 +00:00
Revert "Avoid doing Mockingboard work as much as possible"
This reverts commit 1bb3f75a0626ea290e70677e38b861d7ad891a66. - Caused excessive glitching in U4 music
This commit is contained in:
parent
c0a4ced573
commit
96611beab9
@ -949,7 +949,7 @@ static void MB_Update()
|
||||
return;
|
||||
}
|
||||
|
||||
if (!MockingboardVoice->bActive || !g_bMB_Active)
|
||||
if (!MockingboardVoice->bActive)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user