mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
Counters: Move input poll to after throttle
This commit is contained in:
committed by
Connor McLaughlin
parent
5eacab387d
commit
77a6525556
@@ -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; });
|
||||
|
||||
Reference in New Issue
Block a user