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

Method DisplayFormattedModalError

common/ProgressCallback.cpp:71–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void ProgressCallback::DisplayFormattedModalError(const char* format, ...)
72{
73 va_list ap;
74
75 va_start(ap, format);
76 const std::string str(StringUtil::StdStringFromFormatV(format, ap));
77 va_end(ap);
78
79 ModalError(str.c_str());
80}
81
82bool ProgressCallback::DisplayFormattedModalConfirmation(const char* format, ...)
83{

Callers 7

ComputeTrackHashMethod · 0.80
SetupLoggingMethod · 0.80
OpenUpdateZipMethod · 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