SDL: Only save settings when changes have been made

This commit is contained in:
Connor McLaughlin
2020-02-16 00:14:42 +09:00
parent 37d765e8d7
commit b0c846388e
2 changed files with 15 additions and 3 deletions

View File

@@ -28,4 +28,5 @@ public:
private:
std::string m_filename;
CSimpleIniA m_ini;
bool m_dirty = false;
};