From 3c83911c4f17fec5a54e882f0ced35a205df6fc8 Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 2 Jan 2015 22:18:53 +0000 Subject: [PATCH] Ram Search - don't allow undo to the original list, a user can easily start a new search to get to that state, and allowing it means undo already starts out with a full list eating a lot of RAM for no benefit --- BizHawk.Client.Common/tools/RamSearchEngine.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/BizHawk.Client.Common/tools/RamSearchEngine.cs b/BizHawk.Client.Common/tools/RamSearchEngine.cs index d4db093149..1c2c90ac13 100644 --- a/BizHawk.Client.Common/tools/RamSearchEngine.cs +++ b/BizHawk.Client.Common/tools/RamSearchEngine.cs @@ -125,11 +125,6 @@ namespace BizHawk.Client.Common break; } - - if (_keepHistory) - { - _history.AddState(_watchList); - } } ///