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
+1 -1
View File
@@ -707,7 +707,7 @@ int main(int argc, char* argv[])
return EXIT_SUCCESS;
}
void Host::VSyncOnCPUThread()
void Host::PumpMessagesOnCPUThread()
{
// update GS thread copy of frame number
MTGS::RunOnGSThread([frame_number = GSDumpReplayer::GetFrameNumber()]() { s_dump_frame_number = frame_number; });