mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
sceIo: Add support for microseconds in filetimes (not implemented in platforms yet)
This commit is contained in:
@@ -776,6 +776,10 @@ PSPFileInfo DirectoryFileSystem::GetFileInfo(std::string filename) {
|
||||
localtime_r((time_t*)&ctime, &x.ctime);
|
||||
localtime_r((time_t*)&mtime, &x.mtime);
|
||||
|
||||
x.atimeUs = info.atimeUs;
|
||||
x.ctimeUs = info.ctimeUs;
|
||||
x.mtimeUs = info.mtimeUs;
|
||||
|
||||
return ReplayApplyDiskFileInfo(x, CoreTiming::GetGlobalTimeUs());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user