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

Function log

pcsx2/Recording/Utilities/InputRecordingLogger.cpp:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace InputRec
16{
17 void log(const std::string& log, const float duration)
18 {
19 if (!log.empty())
20 {
21 recordingConLog(fmt::format("[REC]: {}\n", log));
22 Host::AddIconOSDMessage("input_rec_log", ICON_PF_ANALOG_LEFT_RIGHT, log, duration);
23 }
24 }
25
26 void consoleLog(const std::string& log)
27 {

Callers 9

rc_build_floatFunction · 0.85
ImLogFunction · 0.85
_getClosest2PowerFunction · 0.85
setRecordModeMethod · 0.85
setReplayModeMethod · 0.85
createMethod · 0.85
playMethod · 0.85
closeActiveFileMethod · 0.85
incFrameCounterMethod · 0.85

Calls 2

formatFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected