Merge pull request #1456 from NZJenkins/master

Zero out the skip bp
This commit is contained in:
ramapcsx2 2016-07-12 12:15:09 +02:00 committed by GitHub
commit 093704f073
1 changed files with 1 additions and 0 deletions

View File

@ -619,6 +619,7 @@ void DisassemblyDialog::setDebugMode(bool debugMode, bool switchPC)
if (currentCpu != NULL)
currentCpu->getDisassembly()->SetFocus();
CBreakPoints::SetBreakpointTriggered(false);
CBreakPoints::SetSkipFirst(0);
}
if (currentCpu != NULL)