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

Method getStartPath

src/SystemData.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace fs = boost::filesystem;
19
20std::string SystemData::getStartPath() { return mStartPath; }
21std::string SystemData::getExtension() { return mSearchExtension; }
22
23SystemData::SystemData(std::string name, std::string descName, std::string startPath, std::string extension, std::string command)

Callers 2

createGameFromPathFunction · 0.80
getThemeFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected