mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Save-state: correctly stop & play Mockingboard sound buffer across save-state loading transition (#609)
This commit is contained in:
@@ -419,7 +419,7 @@ void SoundCore_SetFade(eFADE FadeType)
|
||||
if(g_nAppMode == MODE_DEBUG)
|
||||
return;
|
||||
|
||||
// Fade in/out just for speaker, the others are demuted/muted
|
||||
// Fade in/out for speaker, the others are demuted/muted here
|
||||
if(FadeType != FADE_NONE)
|
||||
{
|
||||
for(UINT i=0; i<g_uNumVoices; i++)
|
||||
|
||||
Reference in New Issue
Block a user