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

Method getExtension

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

Source from the content-addressed store, hash-verified

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)
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected