start new ram search on close game too
This commit is contained in:
parent
741f2192a8
commit
061091a1be
|
@ -250,6 +250,7 @@ namespace BizHawk.MultiClient
|
||||||
{
|
{
|
||||||
CloseGame();
|
CloseGame();
|
||||||
Global.Emulator = new NullEmulator();
|
Global.Emulator = new NullEmulator();
|
||||||
|
RamSearch1.StartNewSearch();
|
||||||
Text = "BizHawk";
|
Text = "BizHawk";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue