From 9e91d9d8ae257dfc70610cff407faa751bbd975c Mon Sep 17 00:00:00 2001 From: AlexApps99 Date: Sun, 21 Jun 2020 22:02:08 +1200 Subject: [PATCH] Fixed sound playing while in turbo after pause (this may break other aspects of audio around pausing) --- gtk/src/gtk_s9x.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/src/gtk_s9x.cpp b/gtk/src/gtk_s9x.cpp index d3246a56..39af3ece 100644 --- a/gtk/src/gtk_s9x.cpp +++ b/gtk/src/gtk_s9x.cpp @@ -273,7 +273,6 @@ static gboolean S9xPauseFunc (gpointer data) /* Clear joystick queues */ gui_config->flush_joysticks (); - S9xSetSoundMute (false); S9xSoundStart (); if (Settings.NetPlay && NetPlay.Connected) @@ -314,7 +313,6 @@ gboolean S9xIdleFunc (gpointer data) { if (Settings.Paused && gui_config->rom_loaded) { - S9xSetSoundMute (gui_config->mute_sound); S9xSoundStop (); gui_config->flush_joysticks ();