Debugger - update some comments

This commit is contained in:
adelikat 2014-12-23 17:49:05 +00:00
parent 025299ebd1
commit 816a6e53df
1 changed files with 2 additions and 2 deletions

View File

@ -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()