From 07914230a721d9c55a12abd3909cdcd6b619cc40 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sat, 22 Feb 2025 14:47:07 +0000 Subject: [PATCH] Update comment --- source/SaveState.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/SaveState.cpp b/source/SaveState.cpp index 1b575db7..d7782b9f 100644 --- a/source/SaveState.cpp +++ b/source/SaveState.cpp @@ -405,7 +405,6 @@ static void Snapshot_LoadState_v2(void) GetVideo().SetVideoRefreshRate(VR_60HZ); // Default to 60Hz as older save-states won't contain refresh rate MockingboardCardManager &mockingboardCardManager = GetCardMgr().GetMockingboardCardMgr(); - mockingboardCardManager.InitializeForLoadingSnapshot(); // GH#609 #ifdef USE_SPEECH_API @@ -421,7 +420,7 @@ static void Snapshot_LoadState_v2(void) throw std::runtime_error("Unknown top-level scalar: " + scalar); } - // refresh the volume of any new SSI263 card + // Refresh the volume of any new Mockingboard card (and its SSI263 or SC01 chips) mockingboardCardManager.SetVolume(mockingboardCardManager.GetVolume(), GetPropertySheet().GetVolumeMax()); mockingboardCardManager.SetCumulativeCycles();