mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Reset m_hStepEvent
This commit is contained in:
parent
4d81111f15
commit
d389289b24
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ void Core_EnableStepping(bool step)
|
|||
#if defined(_DEBUG)
|
||||
host->SetDebugMode(true);
|
||||
#endif
|
||||
m_hStepEvent.reset();
|
||||
Core_UpdateState(CORE_STEPPING);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue