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

Method setPath

src/GameData.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void GameData::setPath(const std::string & path)
44{
45 mPath = path;
46}
47
48const std::string & GameData::getDescription() const
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected