Reduce input lag by one frame by reading the controller at the correct place

This commit is contained in:
Emil Lenngren 2022-04-29 22:17:07 +02:00 committed by Kenix3
parent 5b52e7e570
commit 589557be9c
6 changed files with 12 additions and 1 deletions

View file

@ -472,6 +472,7 @@ static void RunFrame()
uint64_t ticksA, ticksB;
ticksA = GetPerfCounter();
Graph_StartFrame();
PadMgr_ThreadEntry(&gPadMgr);