start new ram search on close game too

This commit is contained in:
andres.delikat 2011-02-22 20:19:22 +00:00
parent 741f2192a8
commit 061091a1be
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ namespace BizHawk.MultiClient
{
CloseGame();
Global.Emulator = new NullEmulator();
RamSearch1.StartNewSearch();
Text = "BizHawk";
}