Read PARAM.SFO for display save info

Display save modification date and time
This commit is contained in:
Xele02
2012-12-14 23:08:56 +01:00
parent 1697e1dd93
commit e785662747
7 changed files with 91 additions and 4 deletions

View File

@@ -277,6 +277,7 @@ PSPFileInfo DirectoryFileSystem::GetFileInfo(std::string filename)
x.size = File::GetSize(fullName);
//TODO
#endif
x.mtime = File::GetModifTime(fullName);
return x;
}