MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / closeInputSources

Method closeInputSources

pcsx2-qt/QtHost.cpp:722–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720}
721
722void EmuThread::closeInputSources()
723{
724 if (!isOnEmuThread())
725 {
726 QMetaObject::invokeMethod(this, &EmuThread::reloadInputDevices, Qt::BlockingQueuedConnection);
727 return;
728 }
729
730 InputManager::CloseSources();
731}
732
733void EmuThread::requestDisplaySize(float scale)
734{

Callers 1

recreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected