Hook up the new (bare-bones) ImGui debug window to GPU stepping, fix stepping.

This commit is contained in:
Henrik Rydgård
2024-12-05 00:51:59 +01:00
parent 11819e87cf
commit 474e7acf54
16 changed files with 89 additions and 63 deletions
-1
View File
@@ -407,7 +407,6 @@ BOOL CDisasm::DlgProc(UINT message, WPARAM wParam, LPARAM lParam) {
// If the current PC is on a breakpoint, the user doesn't want to do nothing.
breakpoints_->SetSkipFirst(currentMIPS->pc);
Core_Resume();
}
}