| 49 | } |
| 50 | |
| 51 | SystemData::~SystemData() |
| 52 | { |
| 53 | //save changed game data back to xml |
| 54 | if(!Settings::getInstance()->getBool("IGNOREGAMELIST")) { |
| 55 | updateGamelist(this); |
| 56 | } |
| 57 | delete mRootFolder; |
| 58 | } |
| 59 | |
| 60 | std::string strreplace(std::string& str, std::string replace, std::string with) |
| 61 | { |
nothing calls this directly
no test coverage detected