mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-09 18:01:30 -06:00
lock mutex in status method
This commit is contained in:
parent
a197c6c6ae
commit
453a4ff08e
@ -516,6 +516,7 @@ namespace nsyshid
|
||||
}
|
||||
else if (!m_figureAddedRemovedResponses.empty() && m_isAwake)
|
||||
{
|
||||
std::lock_guard lock(m_dimensionsMutex);
|
||||
response = m_figureAddedRemovedResponses.front();
|
||||
m_figureAddedRemovedResponses.pop();
|
||||
responded = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user