MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / setName

Method setName

src/GameData.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void GameData::setName(const std::string & name)
34{
35 mName = name;
36}
37
38const std::string & GameData::getPath() const
39{

Callers 1

parseGamelistFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected