Debugger - the Seek To feature requires Disassembling to be available in the core
This commit is contained in:
parent
133723e50f
commit
20a92686f9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue