mirror of https://github.com/PCSX2/pcsx2.git
commit
093704f073
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue