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