removed some deletable code I missed
This commit is contained in:
parent
685756ea8e
commit
3af65a6498
|
@ -291,11 +291,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
return;
|
||||
}
|
||||
|
||||
if (!Global.Emulator.HasMemoryDomains())
|
||||
{
|
||||
Close();
|
||||
}
|
||||
|
||||
_settings.Domain = Core.MemoryDomains.MainMemory;
|
||||
MessageLabel.Text = "Search restarted";
|
||||
DoDomainSizeCheck();
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue