Added DisableUploadDir preference. Updated changelog.

This commit is contained in:
Kyzentun Keeslala
2016-03-22 09:22:52 -06:00
parent 75daad9d43
commit 6a73cdd1ba
4 changed files with 14 additions and 1 deletions
+5 -1
View File
@@ -230,8 +230,12 @@ void StatsManager::CommitStatsToProfiles( const StageStats *pSS )
}
}
// Save recent scores
// Not sure what the Save/Upload folder was originally for, but the files
// in it just accumulate uselessly, wasting several seconds when finishing
// a song. So this pref disables it. -Kyz
if(!PREFSMAN->m_DisableUploadDir)
{
// Save recent scores
auto_ptr<XNode> xml( new XNode("Stats") );
xml->AppendChild( "MachineGuid", PROFILEMAN->GetMachineProfile()->m_sGuid );