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

Method setEmulatorVersion

pcsx2/Recording/InputRecordingFile.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void InputRecordingFile::setEmulatorVersion()
23{
24 snprintf(m_header.m_emulatorVersion, sizeof(m_header.m_emulatorVersion), "PCSX2-%s", BuildVersion::GitRev);
25}
26
27void InputRecordingFile::setAuthor(const std::string& _author)
28{

Callers 1

createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected