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

Method deleteSystems

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

Source from the content-addressed store, hash-verified

316}
317
318void SystemData::deleteSystems()
319{
320 for(unsigned int i = 0; i < sSystemVector.size(); i++)
321 {
322 delete sSystemVector.at(i);
323 }
324 sSystemVector.clear();
325}
326
327std::string SystemData::getConfigPath()
328{

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected