From 3af65a64983c0641df1887da81e216e599894eeb Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 14 Dec 2014 01:42:05 +0000 Subject: [PATCH] removed some deletable code I missed --- BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs | 5 ----- BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs | 6 ------ 2 files changed, 11 deletions(-) diff --git a/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs b/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs index bb7aad8c59..872ced517d 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs @@ -291,11 +291,6 @@ namespace BizHawk.Client.EmuHawk return; } - if (!Global.Emulator.HasMemoryDomains()) - { - Close(); - } - _settings.Domain = Core.MemoryDomains.MainMemory; MessageLabel.Text = "Search restarted"; DoDomainSizeCheck(); diff --git a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs index 59ed01bb7e..8339b4286c 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs @@ -195,12 +195,6 @@ namespace BizHawk.Client.EmuHawk return; } - if (!Global.Emulator.HasMemoryDomains()) - { - Close(); - return; - } - if (!string.IsNullOrWhiteSpace(_watches.CurrentFileName)) { _watches.RefreshDomans(_core, _core.MemoryDomains.MainMemory);