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

Method logRecordingMetadata

pcsx2/Recording/InputRecordingFile.cpp:219–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void InputRecordingFile::logRecordingMetadata()
220{
221 InputRec::consoleMultiLog({fmt::format("File: {}", getFilename()),
222 fmt::format("PCSX2 Version Used: {}", m_header.m_emulatorVersion),
223 fmt::format("Recording File Version: {}", m_header.m_fileVersion),
224 fmt::format("Associated Game Name or ISO Filename: {}", m_header.m_gameName),
225 fmt::format("Author: {}", m_header.m_author),
226 fmt::format("Total Frames: {}", getTotalFrames()),
227 fmt::format("Undo Count: {}", getUndoCount())});
228}
229
230std::vector<PadData> InputRecordingFile::bulkReadPadData(u32 frameStart, u32 frameEnd, const uint port)
231{

Callers 1

playMethod · 0.80

Calls 2

consoleMultiLogFunction · 0.85
formatFunction · 0.50

Tested by

no test coverage detected