Counters: Move input poll to after throttle

This commit is contained in:
Stenzek
2024-01-27 13:29:55 +10:00
committed by Connor McLaughlin
parent 5eacab387d
commit 77a6525556
6 changed files with 12 additions and 6 deletions
+3
View File
@@ -498,6 +498,9 @@ static __fi void VSyncStart(u32 sCycle)
gsPostVsyncStart(); // MUST be after framelimit; doing so before causes funk with frame times!
// Poll input after MTGS frame push, just in case it has to stall to catch up.
VMManager::Internal::PollInputOnCPUThread();
if (EmuConfig.Trace.Enabled && EmuConfig.Trace.EE.m_EnableAll)
SysTrace.EE.Counters.Write(" ================ EE COUNTER VSYNC START (frame: %d) ================", g_FrameCount);