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

Method SetStatusText

updater/Windows/WindowsUpdater.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void Win32ProgressCallback::SetStatusText(const char* text)
124{
125 BaseProgressCallback::SetStatusText(text);
126 Redraw(true);
127}
128
129void Win32ProgressCallback::SetProgressRange(u32 range)
130{

Callers 2

OpenUpdateZipMethod · 0.45
CommitUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected