Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
237
void BaseProgressCallback::IncrementProgressValue()
238
{
239
SetProgressValue((m_progress_value - m_base_progress_value) + 1);
240
}
241
242
void BaseProgressCallback::SetProgressState(ProgressState state)
243
{
Callers
1
StageUpdate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected