[Qt] Properly update HID service
This commit is contained in:
@@ -91,6 +91,10 @@ void MainWindow::emuThreadMainLoop() {
|
||||
}
|
||||
|
||||
emu->runFrame();
|
||||
if (emu->romType != ROMType::None) {
|
||||
emu->getServiceManager().getHID().updateInputs(emu->getTicks());
|
||||
}
|
||||
|
||||
swapEmuBuffer();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user