diff --git a/Core/Dialog/SavedataParam.cpp b/Core/Dialog/SavedataParam.cpp index fad83d8626..a6cfe3a001 100644 --- a/Core/Dialog/SavedataParam.cpp +++ b/Core/Dialog/SavedataParam.cpp @@ -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 = "";