]> Shamusworld >> Repos - apple2/blobdiff - src/apple2.cpp
Added application icon.
[apple2] / src / apple2.cpp
index eaa0ea5ae39678a27819fa6a0d27ed3f8cfc938d..0b3ab42e1e26c3a7f7b382753a0167d68f3a2a36 100644 (file)
@@ -824,7 +824,7 @@ static void FrameCallback(void)
                if (GUI::powerOnState)
                {
                        pauseMode = false;
-                       SoundResume();
+//                     SoundResume();
                        // Unlock the CPU thread...
                        SDL_SemPost(mainSem);
                }
@@ -833,7 +833,7 @@ static void FrameCallback(void)
                        pauseMode = true;
                        // Should lock until CPU thread is waiting...
                        SDL_SemWait(mainSem);
-                       SoundPause();
+//                     SoundPause();
                        ResetApple2State();
                }