Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
void InputRecordingFile::setAuthor(const std::string& _author)
28
{
29
strncpy(m_header.m_author, _author.data(), sizeof(m_header.m_author) - 1);
30
}
31
32
void InputRecordingFile::setGameName(const std::string& _gameName)
33
{
Callers
1
create
Method · 0.80
Calls
1
data
Method · 0.45
Tested by
no test coverage detected