Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
create
Method · 0.85
play
Method · 0.85
saveControllerData
Method · 0.85
updateControllerData
Method · 0.85
setStartingFrame
Method · 0.85
adjustFrameCounterOnReRecord
Method · 0.85
openNew
Method · 0.85
openExisting
Method · 0.85
verifyRecordingFileHeader
Method · 0.85
Calls
2
format
Function · 0.50
empty
Method · 0.45
Tested by
no test coverage detected