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

Method ReportFormattedErrorAsync

pcsx2/Host.cpp:149–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void Host::ReportFormattedErrorAsync(const std::string_view title, const char* format, ...)
150{
151 std::va_list ap;
152 va_start(ap, format);
153 std::string message(StringUtil::StdStringFromFormatV(format, ap));
154 va_end(ap);
155 ReportErrorAsync(title, message);
156}
157
158std::string Host::GetHTTPUserAgent()
159{

Callers

nothing calls this directly

Calls 1

StdStringFromFormatVFunction · 0.85

Tested by

no test coverage detected