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

Method DestroyClient

pcsx2/Achievements.cpp:538–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538void Achievements::DestroyClient(rc_client_t** client, std::unique_ptr<HTTPDownloader>* http)
539{
540 (*http)->WaitForAllRequests();
541
542 rc_client_destroy(*client);
543 *client = nullptr;
544
545 http->reset();
546}
547
548void Achievements::UpdateNotificationPosition()
549{

Callers

nothing calls this directly

Calls 3

rc_client_destroyFunction · 0.85
WaitForAllRequestsMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected