Don't set the file list entry pad to anything.

Per tests on a PSP.
This commit is contained in:
Unknown W. Brackets 2014-01-28 00:37:13 -08:00
parent c0d3d9c2d3
commit 2bdaf090e1

View File

@ -1069,7 +1069,6 @@ 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);