Debugger - update some comments
This commit is contained in:
parent
025299ebd1
commit
816a6e53df
|
@ -124,12 +124,12 @@ namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
RegisterPanel.UpdateValues();
|
RegisterPanel.UpdateValues();
|
||||||
UpdateDisassembler();
|
UpdateDisassembler();
|
||||||
// TODO: update breakpoint list
|
// TODO: check for new breakpoints and add them to the Breakpoint list?
|
||||||
}
|
}
|
||||||
|
|
||||||
public void FastUpdate()
|
public void FastUpdate()
|
||||||
{
|
{
|
||||||
// TODO
|
// Nothing to do
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Restart()
|
public void Restart()
|
||||||
|
|
Loading…
Reference in New Issue