Basically, how many times per second does the game loop through checking what buttons are currently pressed? Bare minimum it'd be 60 times per second to keep up with 60 fps games. And more specifically, what controls that?
I've been digging around but can't quite seem to find what I'm looking for. How often exactly does the HID controller get polled/the VPAD data get updated? Is that defined somewhere in the app, or is that controlled by the console itself?