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