MainForm: fix sound-related crashes on CloseROM()
This commit is contained in:
parent
2dacb356c2
commit
1f0189dd2c
|
@ -2950,6 +2950,7 @@ namespace BizHawk.MultiClient
|
||||||
Global.Emulator = new NullEmulator();
|
Global.Emulator = new NullEmulator();
|
||||||
Global.Game = GameInfo.GetNullGame();
|
Global.Game = GameInfo.GetNullGame();
|
||||||
MemoryPulse.Clear();
|
MemoryPulse.Clear();
|
||||||
|
RewireSound();
|
||||||
RamSearch1.Restart();
|
RamSearch1.Restart();
|
||||||
RamWatch1.Restart();
|
RamWatch1.Restart();
|
||||||
HexEditor1.Restart();
|
HexEditor1.Restart();
|
||||||
|
|
Loading…
Reference in New Issue