mirror of https://github.com/PCSX2/pcsx2.git
Pad/Counters: Rearrange Pad/Core updates on VSync
Apparently this gets around some weird input lag issue.
This commit is contained in:
parent
c9078af45e
commit
6ccfa011d4
|
@ -602,9 +602,9 @@ static __fi void frameLimit()
|
|||
static __fi void VSyncStart(u32 sCycle)
|
||||
{
|
||||
// Update vibration at the end of a frame.
|
||||
VSyncUpdateCore();
|
||||
PAD::Update();
|
||||
|
||||
VSyncUpdateCore();
|
||||
frameLimit(); // limit FPS
|
||||
gsPostVsyncStart(); // MUST be after framelimit; doing so before causes funk with frame times!
|
||||
VSyncCheckExit();
|
||||
|
|
Loading…
Reference in New Issue