cleanup some debugger calls
this also fixes double-load on start, which is especially noticeable in debug with waterbox cores
This commit is contained in:
parent
238e7bca1e
commit
5f36cacfd2
|
@ -48,7 +48,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
if (CanDisassemble)
|
||||
{
|
||||
Disassemble();
|
||||
SetDisassemblerItemCount();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -143,10 +142,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
private void DisassemblerView_SizeChanged(object sender, EventArgs e)
|
||||
{
|
||||
SetDisassemblerItemCount();
|
||||
if (CanDisassemble)
|
||||
{
|
||||
Disassemble();
|
||||
}
|
||||
UpdateDisassembler();
|
||||
}
|
||||
|
||||
private void SmallIncrement()
|
||||
|
|
|
@ -109,7 +109,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
UpdateCapabilitiesProps();
|
||||
DisengageDebugger();
|
||||
EngageDebugger();
|
||||
FullUpdate();
|
||||
}
|
||||
|
||||
protected override void GeneralUpdate() => FullUpdate();
|
||||
|
|
Loading…
Reference in New Issue