MCPcopy Create free account
hub / github.com/cathery/sys-con / ExitInputThread

Method ExitInputThread

source/ControllerSwitch/SwitchVirtualGamepadHandler.cpp:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void SwitchVirtualGamepadHandler::ExitInputThread()
47{
48 m_inputThreadIsRunning = false;
49 svcCancelSynchronization(m_inputThread.handle);
50 threadWaitForExit(&m_inputThread);
51 threadClose(&m_inputThread);
52}
53
54Result SwitchVirtualGamepadHandler::InitOutputThread()
55{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected