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

Method Cancel

pcsx2-qt/GameList/GameListRefreshThread.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void AsyncRefreshProgressCallback::Cancel()
22{
23 // Not atomic, but we don't need to cancel immediately.
24 m_cancelled = true;
25}
26
27void AsyncRefreshProgressCallback::SetStatusText(const char* text)
28{

Callers 5

cancelMethod · 0.45
InitializeMethod · 0.45
CreatePBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected