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

Method setAuthor

pcsx2/Recording/InputRecordingFile.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void InputRecordingFile::setAuthor(const std::string& _author)
28{
29 strncpy(m_header.m_author, _author.data(), sizeof(m_header.m_author) - 1);
30}
31
32void InputRecordingFile::setGameName(const std::string& _gameName)
33{

Callers 1

createMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected