mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-04 22:49:46 +00:00
Don't set the file list entry pad to anything.
Per tests on a PSP.
This commit is contained in:
parent
c0d3d9c2d3
commit
2bdaf090e1
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user