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

Method IncrementProgressValue

common/ProgressCallback.cpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void BaseProgressCallback::IncrementProgressValue()
238{
239 SetProgressValue((m_progress_value - m_base_progress_value) + 1);
240}
241
242void BaseProgressCallback::SetProgressState(ProgressState state)
243{

Callers 1

StageUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected