From 20df3d2c8a60708a1a5f07e78513dc674b2658f3 Mon Sep 17 00:00:00 2001 From: shenweip <1037567878@qq.com> Date: Mon, 14 Dec 2020 00:42:09 +0800 Subject: [PATCH] Minor comment. --- Core/Dialog/SavedataParam.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/Dialog/SavedataParam.cpp b/Core/Dialog/SavedataParam.cpp index 9d5a5b040f..b1d2b11541 100644 --- a/Core/Dialog/SavedataParam.cpp +++ b/Core/Dialog/SavedataParam.cpp @@ -1619,6 +1619,7 @@ PSPFileInfo SavedataParam::GetSaveInfo(std::string saveDir) { for (auto file : allFiles) { if (file.type == FILETYPE_DIRECTORY || file.name == "." || file.name == "..") continue; + // Use a file to determine save date. if (firstFile) { info.ctime = file.ctime; info.mtime = file.mtime;