MainForm: fix sound-related crashes on CloseROM()

This commit is contained in:
goyuken 2012-10-12 01:13:55 +00:00
parent 2dacb356c2
commit 1f0189dd2c
1 changed files with 1 additions and 0 deletions

View File

@ -2950,6 +2950,7 @@ namespace BizHawk.MultiClient
Global.Emulator = new NullEmulator();
Global.Game = GameInfo.GetNullGame();
MemoryPulse.Clear();
RewireSound();
RamSearch1.Restart();
RamWatch1.Restart();
HexEditor1.Restart();