Skip to content

Upload the current frame instead of the previous one to the frontend

Nikos Chantziaras requested to merge github/fork/realnc/reduce-input-lag into master

Reduces input lag by 1 frame.


Basically, the frontend was constantly running 1 frame behind the emulator. This fixes it.

Merge request reports