mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Minor comment.
This commit is contained in:
parent
eeb51f2d59
commit
20df3d2c8a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue