mirror of
https://github.com/cathery/sys-con.git
synced 2025-02-13 12:40:23 +00:00
Fix typo in output thread exit
This commit is contained in:
parent
d60f0652d4
commit
cdcc709642
@ -56,6 +56,6 @@ Result SwitchVirtualGamepadHandler::InitOutputThread()
|
||||
void SwitchVirtualGamepadHandler::ExitOutputThread()
|
||||
{
|
||||
m_outputThreadIsRunning = false;
|
||||
m_inputThread.CancelSynchronization();
|
||||
m_outputThread.CancelSynchronization();
|
||||
m_outputThread.Join();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user