SceUtilitySavedataFileListEntry correction.

This commit is contained in:
sky-zer 2014-01-28 00:24:56 +04:00
parent 1268bbd489
commit 2ba30e3f97
2 changed files with 2 additions and 0 deletions

View file

@ -1069,6 +1069,7 @@ int SavedataParam::GetFilesList(SceUtilitySavedataParam *param)
}
entry->st_mode = 0x21FF;
entry->st_unk0 = 0; // TODO: check on the PSP
entry->st_size = file->size + sizeOffset;
__IoCopyDate(entry->st_ctime, file->ctime);
__IoCopyDate(entry->st_atime, file->atime);

View file

@ -138,6 +138,7 @@ struct SceUtilitySavedataIdListInfo
struct SceUtilitySavedataFileListEntry
{
s32_le st_mode;
u32_le st_unk0;
u64_le st_size;
ScePspDateTime st_ctime;
ScePspDateTime st_atime;