mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 04:29:13 +12:00
[Qt] Properly update HID service
This commit is contained in:
parent
9bbaab7871
commit
b0261234a6
2 changed files with 6 additions and 0 deletions
|
@ -91,6 +91,10 @@ void MainWindow::emuThreadMainLoop() {
|
|||
}
|
||||
|
||||
emu->runFrame();
|
||||
if (emu->romType != ROMType::None) {
|
||||
emu->getServiceManager().getHID().updateInputs(emu->getTicks());
|
||||
}
|
||||
|
||||
swapEmuBuffer();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue