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

Function consoleLog

pcsx2/Recording/Utilities/InputRecordingLogger.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 void consoleLog(const std::string& log)
27 {
28 if (!log.empty())
29 {
30 recordingConLog(fmt::format("[REC]: {}\n", log));
31 }
32 }
33
34 void consoleMultiLog(const std::vector<std::string>& logs)
35 {

Callers 9

createMethod · 0.85
playMethod · 0.85
saveControllerDataMethod · 0.85
updateControllerDataMethod · 0.85
setStartingFrameMethod · 0.85
openNewMethod · 0.85
openExistingMethod · 0.85

Calls 2

formatFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected