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

Method DisplayFormattedInformation

common/ProgressCallback.cpp:49–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void ProgressCallback::DisplayFormattedInformation(const char* format, ...)
50{
51 va_list ap;
52
53 va_start(ap, format);
54 const std::string str(StringUtil::StdStringFromFormatV(format, ap));
55 va_end(ap);
56
57 DisplayInformation(str.c_str());
58}
59
60void ProgressCallback::DisplayFormattedDebugMessage(const char* format, ...)
61{

Callers 6

InitializeMethod · 0.80
ParseZipMethod · 0.80
StageUpdateMethod · 0.80
CommitUpdateMethod · 0.80
wWinMainFunction · 0.80

Calls 2

StdStringFromFormatVFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected