mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
SceUtilitySavedataFileListEntry correction.
This commit is contained in:
parent
1268bbd489
commit
2ba30e3f97
2 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue