Update comment.

This commit is contained in:
shenweip 2013-10-29 02:14:39 +08:00
parent 1abcf8765d
commit 80db1e00cc

View file

@ -1099,7 +1099,7 @@ int SavedataParam::SetPspParam(SceUtilitySavedataParam *param)
// "<>" means saveName can be anything...
if (strcmp(saveNameListData[i], "<>") == 0) {
std::string fileDataPath = "";
// TODO:Maybe we need a way to reorder the files...
// TODO:Maybe we need a way to reorder the files?
auto allSaves = pspFileSystem.GetDirListing(savePath);
std::string gameName = GetGameName(param);
std::string saveName = "";