mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Oops, fix potential shutdown hang.
This commit is contained in:
parent
8f911a0ebe
commit
ba131f7ffb
1 changed files with 1 additions and 2 deletions
|
@ -83,8 +83,7 @@ void Core_WaitInactive()
|
|||
|
||||
void Core_WaitInactive(int milliseconds)
|
||||
{
|
||||
while (!Core_IsInactive())
|
||||
m_hInactiveEvent.wait_for(m_hInactiveMutex, milliseconds);
|
||||
m_hInactiveEvent.wait_for(m_hInactiveMutex, milliseconds);
|
||||
}
|
||||
|
||||
void UpdateScreenScale() {
|
||||
|
|
Loading…
Add table
Reference in a new issue