mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-26 03:04:20 +00:00
Reset cycle counter when stepping out
This commit is contained in:
parent
f57f8170d3
commit
ee553afebc
@ -283,6 +283,7 @@ void CDisasm::stepOut()
|
||||
auto frames = MIPSStackWalk::Walk(cpu->GetPC(),cpu->GetRegValue(0,31),cpu->GetRegValue(0,29),entry,stackTop);
|
||||
if (frames.size() < 2) return;
|
||||
u32 breakpointAddress = frames[1].pc;
|
||||
lastTicks = CoreTiming::GetTicks();
|
||||
|
||||
// If the current PC is on a breakpoint, the user doesn't want to do nothing.
|
||||
CBreakPoints::SetSkipFirst(currentMIPS->pc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user