Start/Stop audio on pause/unpause
This commit is contained in:
parent
757cecf78b
commit
458d642b20
BizHawk.MultiClient
|
@ -400,11 +400,13 @@ namespace BizHawk.MultiClient
|
|||
{
|
||||
if (EmulatorPaused == true)
|
||||
{
|
||||
Global.Sound.StartSound;
|
||||
EmulatorPaused = false;
|
||||
pauseToolStripMenuItem.Checked = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
Global.Sound.StopSound;
|
||||
EmulatorPaused = true;
|
||||
pauseToolStripMenuItem.Checked = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue