MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / IdleUpdate

Method IdleUpdate

pcsx2/Achievements.cpp:787–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785
786
787void Achievements::IdleUpdate()
788{
789 if (!IsActive())
790 return;
791
792#ifdef ENABLE_RAINTEGRATION
793 if (IsUsingRAIntegration())
794 return;
795#endif
796
797 const auto lock = GetLock();
798
799 s_http_downloader->PollRequests();
800 rc_client_idle(s_client);
801}
802
803void Achievements::FrameUpdate()
804{

Callers

nothing calls this directly

Calls 2

rc_client_idleFunction · 0.85
PollRequestsMethod · 0.80

Tested by

no test coverage detected