[HID] Redo service

This commit is contained in:
wheremyfoodat 2023-06-06 00:57:48 +03:00
parent 629e00251c
commit dea8b9ec2e
4 changed files with 109 additions and 14 deletions

View file

@ -95,7 +95,7 @@ void Emulator::run() {
}
// Update inputs in the HID module
srv.updateInputs();
srv.updateInputs(cpu.getTicks());
SDL_GL_SwapWindow(window);
}
}