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

Method DisplayFormattedDebugMessage

common/ProgressCallback.cpp:60–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void ProgressCallback::DisplayFormattedDebugMessage(const char* format, ...)
61{
62 va_list ap;
63
64 va_start(ap, format);
65 const std::string str(StringUtil::StdStringFromFormatV(format, ap));
66 va_end(ap);
67
68 DisplayDebugMessage(str.c_str());
69}
70
71void ProgressCallback::DisplayFormattedModalError(const char* format, ...)
72{

Callers 1

ParseZipMethod · 0.80

Calls 2

StdStringFromFormatVFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected