force stop a\v capture on loading a new rom \ core, to avoid crashes.
This commit is contained in:
parent
f26c72df86
commit
f29a9dbbd8
|
@ -2065,6 +2065,7 @@ namespace BizHawk.MultiClient
|
|||
SaveState("Auto");
|
||||
if (Global.Emulator.SaveRamModified)
|
||||
SaveRam();
|
||||
StopAVI();
|
||||
Global.Emulator.Dispose();
|
||||
Global.Emulator = new NullEmulator();
|
||||
Global.ActiveController = Global.NullControls;
|
||||
|
|
Loading…
Reference in New Issue