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)
|
static __fi void VSyncStart(u32 sCycle)
|
||||||
{
|
{
|
||||||
// Update vibration at the end of a frame.
|
// Update vibration at the end of a frame.
|
||||||
|
VSyncUpdateCore();
|
||||||
PAD::Update();
|
PAD::Update();
|
||||||
|
|
||||||
VSyncUpdateCore();
|
|
||||||
frameLimit(); // limit FPS
|
frameLimit(); // limit FPS
|
||||||
gsPostVsyncStart(); // MUST be after framelimit; doing so before causes funk with frame times!
|
gsPostVsyncStart(); // MUST be after framelimit; doing so before causes funk with frame times!
|
||||||
VSyncCheckExit();
|
VSyncCheckExit();
|
||||||
|
|
Loading…
Reference in New Issue