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

Method SetProgressValue

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

Source from the content-addressed store, hash-verified

45}
46
47void AsyncRefreshProgressCallback::SetProgressValue(u32 value)
48{
49 BaseProgressCallback::SetProgressValue(value);
50 if (static_cast<int>(m_progress_value) == m_last_value)
51 return;
52
53 m_last_value = static_cast<int>(m_progress_value);
54 fireUpdate();
55}
56
57void AsyncRefreshProgressCallback::SetTitle(const char* title)
58{

Callers 2

ConvertToFileMethod · 0.45
ConvertToFolderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected