mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
parent
da212fb33e
commit
9d73a3b751
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ void CBreakPoints::Update(u32 addr)
|
||||||
if (Core_IsStepping() == false)
|
if (Core_IsStepping() == false)
|
||||||
{
|
{
|
||||||
Core_EnableStepping(true);
|
Core_EnableStepping(true);
|
||||||
Core_WaitInactive();
|
Core_WaitInactive(200);
|
||||||
resume = true;
|
resume = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue