Ram Search - a small speedup when starting a new search

This commit is contained in:
adelikat 2013-10-11 16:03:42 +00:00
parent 35e19a3bc5
commit e114f24865
1 changed files with 1 additions and 2 deletions

View File

@ -77,10 +77,9 @@ namespace BizHawk.MultiClient
public void Start()
{
_watchList.Clear();
_history.Clear();
var domain = _settings.Domain;
_watchList = new List<IMiniWatch>(domain.Size);
switch (_settings.Size)
{