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

Method WarningFmt

common/Console.h:175–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173
174 template<typename... T> __fi static bool ErrorFmt(fmt::format_string<T...> fmt, T&&... args) { return false; }
175 template<typename... T> __fi static bool WarningFmt(fmt::format_string<T...> fmt, T&&... args) { return false; }
176 template<typename... T> __fi static bool WriteLnFmt(fmt::format_string<T...> fmt, T&&... args) { return false; }
177 template<typename... T> __fi static bool WriteLnFmt(ConsoleColors color, fmt::format_string<T...> fmt, T&&... args) { return false; }
178 // clang-format on

Callers 7

resolveSystemFontPathMethod · 0.45
parseHashDatabaseEntryFunction · 0.45
OpenMethod · 0.45
GetPS2ElfNameFunction · 0.45
DecompressNextBlockMethod · 0.45
TryGetPlatformDisplayMethod · 0.45
GetAdapterInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected