mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-09 20:41:38 +12:00
[HID] Redo service
This commit is contained in:
parent
629e00251c
commit
dea8b9ec2e
4 changed files with 109 additions and 14 deletions
|
@ -95,7 +95,7 @@ void Emulator::run() {
|
|||
}
|
||||
|
||||
// Update inputs in the HID module
|
||||
srv.updateInputs();
|
||||
srv.updateInputs(cpu.getTicks());
|
||||
SDL_GL_SwapWindow(window);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue