Debugger - remove Load() logic since it is a duplicate of Restart() logic which is now called after Load()
This commit is contained in:
parent
2938f21962
commit
6c0a0401a9
|
@ -28,7 +28,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
private void GenericDebugger_Load(object sender, EventArgs e)
|
||||
{
|
||||
EngageDebugger();
|
||||
|
||||
}
|
||||
|
||||
private void EngageDebugger()
|
||||
|
|
Loading…
Reference in New Issue