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

Method DisplayFormattedWarning

common/ProgressCallback.cpp:38–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void ProgressCallback::DisplayFormattedWarning(const char* format, ...)
39{
40 va_list ap;
41
42 va_start(ap, format);
43 const std::string str(StringUtil::StdStringFromFormatV(format, ap));
44 va_end(ap);
45
46 DisplayWarning(str.c_str());
47}
48
49void ProgressCallback::DisplayFormattedInformation(const char* format, ...)
50{

Callers 2

Calls 2

StdStringFromFormatVFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected