Debugger - the Seek To feature requires Disassembling to be available in the core

This commit is contained in:
adelikat 2015-02-06 01:01:34 +00:00
parent 133723e50f
commit 20a92686f9
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ namespace BizHawk.Client.EmuHawk
SeekToBox.Enabled = SeekToBtn.Enabled = CanUseMemoryCallbacks && RegisterPanel.CanGetCpuRegisters;
if (RegisterPanel.CanGetCpuRegisters)
if (RegisterPanel.CanGetCpuRegisters && CanDisassemble)
{
var pc = PCRegister;
SeekToBox.Nullable = false;