mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
Reset m_hStepEvent
This commit is contained in:
parent
4d81111f15
commit
d389289b24
@ -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…
Reference in New Issue
Block a user