mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 19:55:27 +02:00
arm64jit: Enable breakpoints.
Memory breakpoints not yet really tested.
This commit is contained in:
@@ -272,6 +272,8 @@ void Core_ProcessStepping() {
|
||||
return;
|
||||
}
|
||||
|
||||
// We're not inside jit now, so it's safe to clear the breakpoints.
|
||||
CBreakPoints::ClearTemporaryBreakPoints();
|
||||
host->UpdateDisassembly();
|
||||
host->UpdateMemView();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user